Hello, I have been developing web site using JQM.
When I open it at Windows Phone 8 device(Lumia 820 and Lumia 920), I see page render problems.
I'm using jquery.mobile-1.3.2 and jquery-1.9.1.
I tried to,
Change x-ua-compatible as IE9, IE10, edge.
Change viewport like,
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
and other combinations.
Do you know anyone something about it?
I have been working on it for 2 weeks.
Thank you for your help.