mobile - Google Maps block touch events on Windows Phone -


i've got basic google maps implemented on site. i've put custom controls (basic divs touch events) on map area , work great on devices.

the problem have windows phones google maps somehow blocks events on top of it. controls not responding @ all. if swipe on controls div have on top of maps doesn't scroll map.

i'm using basic touch events touchstart, touchmove , touchend controls. i'm using stoppropagation inside events. controls divs have z-index bigger map , said works on android , ios.

thanks i've figured 1 out. problem in how implemented touch events.

i've added click events windows phone , works should.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -