oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Orientation change not consitant. #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When you rotate the phone, the screen does not resize properly.
2.If you rotate the phone again, the screen resizes. 
3.Since fonts are sometimes resizing and other times not resizing, it seems
like the event is not getting noticed. 

What is the expected output? What do you see instead?
rotate, expand, or contract depending on orient class. Sometimes the screen
expands, sometimes it doesnt

What version of the product are you using? On what operating system?
0.40-dev2  iPhone 3.1.3

Please provide any additional information below.

I can provide a login and the url for who ever is checking into this.

Original issue reported on code.google.com by danboden...@gmail.com on 9 Mar 2010 at 7:49

GoogleCodeExporter commented 9 years ago
I may have solved this on my own. 
I originally had the meta tag. 
<meta name="viewport" content="height=device-height;width=device-width;
initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>

I changed it to 
<meta name="viewport" content="width=device-width; initial-scale=1.0;
maximum-scale=1.0; user-scalable=0;"/>

and it seems to be ok

Original comment by danboden...@gmail.com on 10 Mar 2010 at 7:44

GoogleCodeExporter commented 9 years ago
Thanks! Works great!

Original comment by EagleSig...@gmail.com on 15 Apr 2011 at 7:50