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

Android 9.0 Toast are not showing 2nd time #130

Open
berkinalex opened this issue Aug 8, 2019 · 1 comment
Open

Android 9.0 Toast are not showing 2nd time #130

berkinalex opened this issue Aug 8, 2019 · 1 comment

Comments

@berkinalex
Copy link

I have a simple app in cordova and I create a function call button, this function shows the toast correctly but clicking again does not show it on the mobile device.


Dispongo de una app simple en cordova y creo un botón de llamada a una función, ésta función muestra el toast correctamente pero al hacer nuevamente click no lo muestra en el dispositivo móvil.

@derek-baker
Copy link

derek-baker commented Aug 8, 2019

I'm unable to reproduce the behavior you describe on Android 9(Samsung S8+) or Android 7(Samsung Tab S2). Repeated button presses trigger repeated toasts(while using code from the example usage from section 4 of the README).

Also, on Android 7, the toast will display repeatedly in response to a server polling event ('WebView implementation' set to 'Chrome stable' in Developer Options)(didn't bother testing on Android 9).

Can you create a repo containing a minimal reproducible example?

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

2 participants