jQuery Mobile website is strangely magnified in Opera Mobile 10 despite 100% zoom level -
i've developed mobile website based on jquery mobile. works on own windows mobile device opera mobile 10, customer of mine sees page magnified.
i thought might have zoom setting >100% in opera mobile, claims not case.
the same problem occurs on jquery mobile test site ( http://jquerymobile.com/test/ ) . here's screenshot of site displayed on customer's device:
any idea might going wrong here? unable reproduce problem on own device or in emulator.
my customer's device htc hd2 runing windows mobile 6.5 , opera 10.
thanks,
adrian
i'll paste the answer david storey made on opera dev forums. not 100% issue, there might similar issues related viewport tag issue, people getting across it.
opera mobile assumes document mobile specific doctype, such xhtml mobile profile or xhtml basic designed , optimised mobile, while documents regular doctype not optimised mobile generally. if there desktop doctype overview mode enabled, can control viewport meta element. if there mobile doctype overview mode disabled , regular 1:1 viewport used.
there bugs in viewport meta element support in opera mobile. should fixed in latest version.
Comments
Post a Comment