lensh / vue-qq

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
MIT License
917 stars 230 forks source link

使用IScroll遇到的一些坑 #10

Open lensh opened 6 years ago

lensh commented 6 years ago

一、IScroll移动端很卡,不流畅 只需要给wrapper元素加上:touch-action:none !important; 即可,不允许默认的touch行为。

二、在手机页面上onclick事件失效 在实例化IScroll时把click选项设置为true即可,也就是需要手动派发事件,不要设置preventDefault