Scaling webview content for retina devices with native.newwebview or native.showwebpopup?

I’ve noticed when using either of the 2 web view popups that the content is doubled in size on retina devices, even though the size of the popup itself has been sent.

Is there a way to resize it from within Corona? The url is not one that belongs to myself, it belongs to a potential client. I want to demo an app to them that opens a link to their website, but when I try to open it I can only see the top left corner of their website. I am not in a position to ask them to change their layout yet, not until I get the go-ahead to make the app itself.

Is there anything that can be done? It seems very strange to me that the webview does not have a method or property to scale. [import]uid: 84115 topic_id: 28276 reply_id: 328276[/import]

I think you need to use the viewport meta tag to show the content properly.

http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html

I think you need to use the viewport meta tag to show the content properly.

http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html