ios - iPad scales iPhone app incorrectly -


when run app on ipad uses 4 inch screen not fit on screen of ipad, app iphone app, want run on ipad scaling 3.5 inch screen.

how can force ipad use 3.5 inch screen , not 4 inch?

and status bar shown on ipad , not on iphone, why different?

the status bar on ipad in combatibility mode outside of reach. it's displayed on edge of screen not on edge of application window. behavior cannot modified application. logically, need normal ipad status bar , can't have in application. on other hand, there no reason hide ipad status bar because can never overlap application in compatibility mode.

the 4-inch strange because ipads show iphone applications 3.5 inch. if see bad dimensions on screen, it's bug in code. make sure setting frame sizes correctly.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -