I have a page that uses the following code when dealing with mobile devices
<meta name="viewport" content="width=device-width, initial-scale=.7, maximum-scale=2, user-scalable=1">This code works great when viewed in a web browser on a mobile device. Now I am trying to create aPhonegap application with this very same page in an iframe in the application. However, the scaling/viewport is not working at all. Regardless of the numbers I put in for the scaling, the scale is still the same. It will not change.
The reason I am trying to do this is that my Phonegap application is tying together two external pages on the same Phonegap page via two iframes and I need both pages to be able to be viewed at one time without running out side the screen.
Anyone have any ideas as to how I can use/enable scaling using iframes in Phonegap? Thanks.
--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
To compile in the cloud, check out build.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<meta name="viewport" content="width=device-width, initial-scale=.7, maximum-scale=2, user-scalable=1">