-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Access issues on mobile and tablet Webkit/Chrome browsers #138
Comments
I can replicate this behavior on Chrome on Android (but not Firefox on mobile). It appears that Webkit-derived browsers will show this alternative to |
@jakezatecky Any ETA that we can get to make this work ? I mean on custom option rendering feature ? |
To be frank, that feature is a bit lower on the priority list. I would welcome a pull request that implements custom option rending. Whatever we support needs to emulate many of the similar DOM events that |
I spent a fair bit of time today researching how to mitigate this issue. It appears there is no way to force Webkit and Chromium mobile browsers to render a list of items when using the The only way to approach this issue is to forgo the native |
any updates on mobile view issue? @jakezatecky |
I already detailed my findings above. Without replacing the native |
A Chromium bug tracker exists for this issue. It is unlikely to get any fix anytime soon, so a rewrite of underlying components may be necessary. |
We have used this in webapplication and on all the browsers on laptops this is working fine, but accessing this on the tablet browsers like on android(chrome browser) and iOS (safari), the list is not displaying the content.
Please find the attached screen shot on laptop browser
Please find the attached screen shot on tablet browser
The text was updated successfully, but these errors were encountered: