-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
weui-picker有bug,部分浏览器不能滚动选择 #16
Comments
能否提供更多的细节呢?比如机型,浏览器版本号之类的。 另 |
weui.io怎样都没问题,这里的mac中chrome和Safari都有问题,手机上,基于服务没问题,基于组件的会被遮挡
发自网易邮箱大师
在2017年07月14日 18:07,卡色 写道:
能否提供更多的细节呢?比如机型,浏览器版本号之类的。
另 weui-picker 本身并无对样式做任何修改,所有的一切样式效果都取决于 weui 自身;是否同样的环境里 https://weui.io/ 也存在同样的问题呢?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
实在不好意思,我无法重现,能否提供一些能让我重现的具体的细节呢? |
demo确实没有滚动效果,不过按照API应用到开发中是有效果的。 |
难受!我无法重现,压根就没法解决这个问题。我手上有三个手机(iphone5\7\小米) 全正常。 |
重现:
注意:
|
API 站点所展示的只是为了增强API展示效果。实际应该是应该是在手机上预览 https://cipchk.github.io/ngx-weui/#/example 所呈现的结果有异常才算真有异常。 |
https://cipchk.github.io/ngx-weui/#/example/picker |
手机上不存在鼠标这一说。 |
Does it work on PC browser? not Just mobile |
Just mobile |
这个实现用的是触摸事件,只在mobile上有效,基本上所有weui的库都是这样的 |
@cxy930123 是手机上也有问题才反馈 |
{pickerItem}
https://developer.mozilla.org/zh-CN/docs/Web/API/GlobalEventHandlers/ontouchstart |
源码是这样的 [onTouchStart,onTouchMove,onTouchEnd]这几个事件的支持程度如下,好多浏览器不支持 哇哇哇 |
onTouchStart onTouchMove onTouchEnd不生效 Touch event does not work in Safari (WebKit) desktop 原因是:Safari的桌面版本不支持touch事件 解决方法: ` ` |
打开官网,选择picker的示例,大部分浏览器无法滚动选项,就算能滚动,效果都不流畅
The text was updated successfully, but these errors were encountered: