-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
mobile picker dismisses native picker instantly #2043
Comments
@sinneren commented on May 7, 2018, 8:45 AM UTC: 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. |
@caseyjhol commented on May 7, 2018, 10:43 PM UTC: @ansonl Does the problem persist if you set |
@ansonl commented on May 7, 2018, 10:51 PM UTC: @caseyjhol Yes, the problem still persists. |
@caseyjhol commented on May 7, 2018, 10:52 PM UTC: What version of Bootstrap and Bootstrap-select are you using? |
@ansonl commented on May 7, 2018, 11:17 PM UTC: Bootstrap v4.1.0 |
@caseyjhol commented on Jun 5, 2018, 8:32 PM UTC: |
Duplicate of #1828. |
@ansonl commented on May 6, 2018, 11:31 PM UTC:
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.
This issue was moved by caseyjhol from snapappointments/bootstrap-select-temp#55.
The text was updated successfully, but these errors were encountered: