yanhaijing / zepto.fullpage

Focusing on the fullPage.js for mobile terminals.
MIT License
2.1k stars 510 forks source link

在某一屏放入百度地图,要如何在拖动地图的时候禁止翻页 #74

Open simbaHuang opened 8 years ago

yanhaijing commented 8 years ago

在地图的div上 阻止 touch事件的 冒泡

yinsang commented 7 years ago

document.querySelector(".map-container").addEventListener("touchend", function(e){ e.stopPropagation() //阻止冒泡 }) 如果是添加在touchstart 和touchmove事件上是不行的。

yanhaijing commented 7 years ago

$.fn.fullpage.stop() // 停止翻屏 $.fn.fullpage.start() // 开始