We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*运行环境: chorme 模拟器 iphone6
The text was updated successfully, but these errors were encountered:
移动端,还是pc端?
Sorry, something went wrong.
移动端
目录下有一个原生js的,用这个吧
No branches or pull requests
e.targetTouches[0].pageX =》 e.originalEvent.targetTouches[0].pageX
2 .然后changedTouches也报错,我又改成原生的事件:
e.changedTouches[0].pageY =》 e.originalEvent.changedTouches[0].pageY
然后使用,无法实现fullpage效果。
*运行环境: chorme 模拟器 iphone6
The text was updated successfully, but these errors were encountered: