Start a new topic

Orientation Change iOS

Orientation Change iOS


Hi,

I tried to migrate my PhoneGap App from Android to iOS. Now i have a problem with the orientation change. When I change the orientation on the i Phone (Version 6.1.2) my footer, which has a percentage value of height and with doesnt change. Also when i try to click on POIs outside the area of the former portrait size. I can't click on it.  I attached two Pictures to illustrate it.

kind regards,

Alexander

I found it. :) It has been the Viewport definition in the HTML file.

<meta name="viewport" content="target-densitydpi=device-dpi, width = device-width, user-scalable = 0,  minimum-scale=1.0, maximum-scale=1.0" />

I had to remove the width and height values.


 
Login or Signup to post a comment