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
Qymh,你好,这两天试用了一下你的项目,在移动端体验很好。
现在有个疑问,比如我想在桌面端建立一个演示项目,用来模拟手机界面,当使用到 q-select 时,发现无法选择,原因是没有 touchmove 等事件,尝试使用模拟 touch 事件的全局代码,但会影响其他一些组件使用。
touchmove
touch
请问 q-select 是否可以考虑增加桌面端自动适配支持?感谢!
q-select
The text was updated successfully, but these errors were encountered:
不好意思 现在才看到 iframe中无法触发touch相关的事件 可以参考下这个仓库 引入一个外部的js文件可以进行hack 将移动端的touch事件转化为pc端的mouse相关事件 同样有赞的vant也实现了一个类似的库哈 @ronggang
Sorry, something went wrong.
@Qymh 谢谢回复,已暂时使用临时代码解决了。全局引入,会对之前使用的库造成影响,所以后续再看情况是否需要引入。
No branches or pull requests
Qymh,你好,这两天试用了一下你的项目,在移动端体验很好。
现在有个疑问,比如我想在桌面端建立一个演示项目,用来模拟手机界面,当使用到 q-select 时,发现无法选择,原因是没有
touchmove
等事件,尝试使用模拟touch
事件的全局代码,但会影响其他一些组件使用。请问
q-select
是否可以考虑增加桌面端自动适配支持?感谢!The text was updated successfully, but these errors were encountered: