Reputation: 383
I am having issues with the Windows Phone 8 viewport on Lumia 920 devices. It doesn't seem to respect the standard viewport tag that kendo injects:
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
Does anyone know of any elegant workaround to get this working?
I am using Kendo v2013.1.319 with JQuery v1.9.1, as well as having all the latest updates/firmware upgrades on the Lumia 920.
Upvotes: 0
Views: 783
Reputation: 2193
There's no viewport meta tag support in WP8, you have to use CSS @-ms-viewport. However you don't need to, as Kendo UI Mobile already defines it.
If your main issue is the small interface elements, this is due to missing automatic scaling in WP8 IE10 (no window.devicePicelRatio) and is already fixed in the latest internal builds.
Upvotes: 1