¡@

Home 

2014/10/15 ¤U¤È 10:07:32

iphone Programming Glossary: dragflag

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

normal page finger scrolling map.disableDragging If done right could this allow normal page finger scrolling var dragFlag false map.addEventListener touchstart function e dragFlag true start events touch e.touches 0 .pageY e.clientY true map.addEventListener.. done right could this allow normal page finger scrolling var dragFlag false map.addEventListener touchstart function e dragFlag true start events touch e.touches 0 .pageY e.clientY true map.addEventListener touchend function dragFlag false true map.addEventListener.. function e dragFlag true start events touch e.touches 0 .pageY e.clientY true map.addEventListener touchend function dragFlag false true map.addEventListener touchmove function if dragFlag return end events touch e.touches 0 .pageY e.clientY window.scrollBy..