fix: 修复[picker-view]移动端h5滑动会出现不能归位的情况#5621
Closed
ywenhao wants to merge 2 commits intodcloudio:nextfrom
Closed
Conversation
Author
|
关联issues #5620 |
Member
|
您好,感谢您的pr,这个修改会影响 app 端,所以要测试下 app端的表现是否正常。 |
Author
好的,感谢及时的回复。如果会影响到app端,用条件编译一下应该就行了。因为端比较多,我这没有足够多的设备测试,不确定app端是否同样存在这个问题。 |
Author
我这边修改为只针对h5环境生效了,因为这个是公共方法,需要测试各种app,各个手机型号,各个小程序环境。我这边发现该bug发生的环境在h5,所以这里只针对h5做修改。 |
Member
不用考虑小程序 |
Author
只对h5做的修改,没有考虑小程序 |
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.
close #5620
修复picker-view 滑动会出现不能归位的情况
修复前
SVID_20250704_185100_1.mp4
修复后
SVID_20250705_130241_1.mp4