Issue
I'm creating a simple app with jquerymobile build with phonegap which is using iframe in the page.
Unfortunately the Android browser has a bug(?) which forces iframes to resize to the width of their contained. This causes the width of the page to grow which forces jQuery Mobile to relayout, then it looks awful.
I have tried to set width to iframe to be smaller of the container page, but the container still resize its width.
Any idea please?
Thanks!
Solution
I fixed it by sending width of the screen to my web page and then the page get the width and set to the page.
Answered By - Rithy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.