Skip to content
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

Add Mobile Support #33

Open
spencerfinnell opened this issue Sep 18, 2020 · 1 comment
Open

Add Mobile Support #33

spencerfinnell opened this issue Sep 18, 2020 · 1 comment
Milestone

Comments

@spencerfinnell
Copy link

spencerfinnell commented Sep 18, 2020

Chosen should be initialized on mobile otherwise selects with dynamic results (via AJAX, etc) will not function as expected.

Steps to reproduce

Tell us how to reproduce this issue.

  1. Setup an instance that populates results via AJAX such as https://github.com/easydigitaldownloads/easy-digital-downloads/blob/release/3.0/assets/js/admin/components/chosen/index.js#L51

  2. Attempt to use on a mobile browser.

Expected behavior

Dynamic results should be retrieved regardless of the browser used.

Actual behavior

Native select inputs are loaded so additional results cannot be retrieved.

Environment

  • Chosen Version: 1.x/2.x

  • jQuery or Prototype Version:

  • Browser and Version: Mobile

  • OS and Version: Mobile

@Zardoz89
Copy link

Zardoz89 commented Sep 18, 2020

So, the problem really it's populating it on a dynamic way. Not that not works on a mobile environment.
I use the old version on a responsive environment, and I not noticed any issue with mobile browsers, but I use static content from the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants