ios - Getting Phonegap app to scale correctly between iPad and iPhone -




i facing issue phonegap build in app building locked landscape orientation , built ipad dimensions (2048x1536px).

when open ipa on ipad, fine.

when open ipa on iphone scales down width of device, app locked landscape orientation, need scale height of device. (sounds easy, right?) have run through number of available config , index settings trying solution, gets worse, not better.

i'm wondering if can suggest means this. config has 2 relevant settings

name="fullscreen" name="enableviewportscale"

and index html, app calls on load, offers generic viewport setting. set in version scales device width (leaving portion of app hanging off bottom of screen when held in required landscape position).

anyone know solution? how can html go "this in landscape, should scale device height."

which web framework using? in jquery mobile scale full screen , has been full screen whatever size of device.

http://demos.jquerymobile.com/1.2.1/docs/toolbars/bars-fullscreen.html





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -