javascript Programming Glossary: map.addeventlistener
touchend event doesn't work on Android http://stackoverflow.com/questions/2987706/touchend-event-doesnt-work-on-android console var map document.getElementById map map.addEventListener 'touchstart' function event event.preventDefault var touch.. touchEvent .innerHTML Touch Start false map.addEventListener 'touchmove' function event event.preventDefault var touch.. touchEvent .innerHTML Touch Move false map.addEventListener 'touchend' function event var touch event.touches 0 document.getElementById..
Embed Google Maps on page without overriding iPhone scroll behavior http://stackoverflow.com/questions/7534888/embed-google-maps-on-page-without-overriding-iphone-scroll-behavior this allow normal page finger scrolling var dragFlag false map.addEventListener touchstart function e dragFlag true start events touch e.touches.. true start events touch e.touches 0 .pageY e.clientY true map.addEventListener touchend function dragFlag false true map.addEventListener touchmove.. map.addEventListener touchend function dragFlag false true map.addEventListener touchmove function if dragFlag return end events touch e.touches..
|