Open GoogleCodeExporter opened 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
Thanks! Works great!
Original comment by EagleSig...@gmail.com
on 15 Apr 2011 at 7:50
Original issue reported on code.google.com by
danboden...@gmail.com
on 9 Mar 2010 at 7:49