-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not fully working at mobile Webkit #3
Comments
I didn't really test the plugin against mobile browsers, and I'd be surprised if it worked out of the box :) I'll experiment with it, maybe it's just the matter of adding support for touch events. Thanks for your feedback. |
Yeah, that would be great. |
Yeah, sure. I actually also have two Android devices (a phone and a tablet), and I mostly use those for testing. For iOS, I use the iPhone/iPad simulator. |
So, you are a real life tester, no emulation. :) |
With Android, yes, but that's mostly caused by the fact that the Android emulator works awfully slow in my system, and it's simply easier for me to test on the real devices :) |
Having the same experience here with the emulator, more than slow. |
Hi,
first, great plugin, nice behaviour, nice idea.
Unfortunatly it's not working on my mobile Andoird 2.2 Webkit Browser.
The replacement of the multiselect box is done and shows me a selection menu by touching, but when selected an entry nothing shows up. The ul/li elements were not created and no event (onAdd) got fired.
Couldn't test other mobile webkits such this on the iPad or another tablet, maybe there it's working in cause of another browser implementation.
Possibly is it a generally problem with some JavaScript actions on mobile webkit?
Best
The text was updated successfully, but these errors were encountered: