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
Post a Comment