简体   繁体   English

Selectric无法在手机上工作

[英]selectric not working on mobile

I would like to ask while the selectric dropdown is not working on mobile simulator of google chrome. 我想问一下,当selectric下拉列表在Google chrome的移动模拟器上不起作用时。 it uses the native version of the dropdown instead of the custom style one. 它使用下拉列表的本机版本,而不是自定义样式之一。 Here's the image below: 这是下图:

Selectric when on web desktop: 在Web桌面上时为Selectric:

在此处输入图片说明

When on mobile: 在手机上:

在此处输入图片说明

Please set the following options to try to enable selectric on mobile: 请设置以下选项以尝试在移动设备上启用selectric:

$el.selectric({ disableOnMobile: false, nativeOnMobile: false }); $ el.selectric({disableOnMobile:false,nativeOnMobile:false}); along with any other options you may be using. 以及您可能正在使用的任何其他选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM