This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
mobile picker dismisses native picker instantly #55
Labels
Comments
ansonl
changed the title
Ability to disable mobile picker style?
mobile picker dismisses native picker instantly
May 7, 2018
Confirm issue, bug from 12.4 original plugin, actual for 11+ iOS and mobile touch emulation on Chrome Dev Tools. Without "mobile" option. Clean "open" class name when touch. But in clean demo work fine. |
@ansonl Does the problem persist if you set |
@caseyjhol Yes, the problem still persists. |
What version of Bootstrap and Bootstrap-select are you using? |
Bootstrap v4.1.0 |
Closed
ghost
mentioned this issue
Aug 21, 2018
ghost
deleted a comment from
caseyjhol
Aug 21, 2018
This issue was moved by caseyjhol to snapappointments/bootstrap-select#2043. |
ghost
closed this as completed
Aug 21, 2018
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When setting
.selectpicker('mobile')
, on iOS 11.3 Safari, the native picker appears for a split second and is then hidden. There is no way to select any options or use the picker on mobile.Example html and js code:
Additionally, is there a way to disable the mobile style as well or have this feature added in?
I would like to set the mobile style as the safe default and change it to normal style if I detect a capable browser. Thanks.
The text was updated successfully, but these errors were encountered: