Poor image handling using Google Maps on Windows Phone 8.1

I am using google maps in my Phonegap project for WP8.1 and Android. On Android everything works fine, but on WP, I have a problem with image processing. When I move around with the map, the map breaks and gets confused - example in the images below.

I am using Microsoft device 535 (if applicable).

enter image description here

enter image description here

+3


source to share


2 answers


It's hard to tell without code.

But maybe it has something to do with the layout. The map should be inside a layout that sets the width and height to match the size of the phone. If the layout container is too small, the map and all other user interface may appear distorted.



Internet Explorer does not support device height in the viewport meta tag. (1)

Or mark this out!

+1


source


I have the same problem. I solved it by retargeting my project from WP 8.0 to WP 8.1 http://i.imgur.com/tDRnu5f.png



This is the same problem

+1


source







All Articles