Open
Conversation
added 2 commits
January 4, 2017 11:30
自动滑动的时候,如果中途用手指滑动,自动滑动将会停止。
手Q中(其他浏览器相同)当前页面有自动滑动功能,点击页面链接进入其他页面再返回,原来的自动滑动的速度变快,多切换几次不断变快。每次开始设置滑动时,清除之前的滑动操作,可避免此问题。
Author
|
c9145e8:自动滑动的时候,如果中途用手指滑动,手指离开,原来的自动滑动将再也不会自动滑动了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
自动滑动的时候,如果中途用手指滑动,自动滑动将会停止。修复这个问题。