jquery - Phonegap iFrame on Android 2.2 -
this issue i've on andorid 2.x ~, on 4.x seems work fine.
i've application inside has iframe.
the content seems load fine , don't have problems it.
the big issue been trying fix since last wensday iframe ignores size wrote on html, , uses 1 fit content of iframe content; , makes phonegap webview stretch iframe new width.
will try explain in best can: phone lets resolution of: 320*640 iframe content takes 760*400~ iframe goes off screen, wich fine don't want scale or different, results on 2.n because iframe width 'content' width can't scroll see rest of iframe content so
the iframe:
<iframe id="remoteframe" src="'+remote_url+'" scrolling="yes" width="100%" height="100%"></iframe>
any ideas? else experienced this?
the trouble not phonegap itself. android 2.x not works fine iframe. tried lot of "solutions".
what can use plugin open second browser: https://github.com/purplecabbage/phonegap-plugins/tree/master/android/childbrowser or send user default browser.
Comments
Post a Comment