-
Notifications
You must be signed in to change notification settings - Fork 276
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
Android Toast callback on touch #93
Comments
I just tested this code on a 5.1.0 simulator which works fine..
|
This appears to be a duplicate of #88 |
@EddyVerbruggen
In that case the touch event handler doesn't work, but the "hide" event comes and the console outputs it. properly. If I use the same code from outside an event listener, touch works OK. Maybe this is the reason for other people as well? |
Expected behavior
Receive args.event data on Android like it works on iOS
Actual behavior
I receive only
args = "OK"
I'm seeing this behaviour on
Hardware models
iPhone 5 (works) - Samsung SM-T355 (Android 5.1.1)
OS versions
(Android 5.1.1)
I'm not a dummy, so I've checked these
deviceready
to fire.window.onerror
catches nothing).So how can we reproduce this?
Thanks,
Luca
The text was updated successfully, but these errors were encountered: