You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I've found other bug in Android. If you call from 2nd webview to an external action (app pause/resume), like navigator.camera.getPicture(success, fail, options), you'll get this error on resume:
"Got an activity result, but no plugin was registered to receive it."
The app lost thread and can't manage response.
Can you help me to find (and think) where is the bug?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hola!
Todos los plugins funcionan correctamente, excepto la cámara (hacer foto/video o cargar fichero foto/video) porque deja la app en "pausa" y no recupera correctamente al hacer el resume.
He probado a implementar el onActivityResult dentro del WebViewPlugin.java, pero no regresa a ese punto, sino que vuelve al del hilo principal, con el activityResultCallback vacío (null).
Al poner la app en "pause" cuando la llamada a Camara se hace desde un segundo webview, todos los datos se anulan y pierde el hilo, por lo que no sabe dónde regresar, ni que plugin le ha hecho la llamada.
¿Alguna idea se te ocurre que me pueda guiar? Me está volviendo loco :-(
Hi!
I've found other bug in Android. If you call from 2nd webview to an external action (app pause/resume), like navigator.camera.getPicture(success, fail, options), you'll get this error on resume:
"Got an activity result, but no plugin was registered to receive it."
The app lost thread and can't manage response.
Can you help me to find (and think) where is the bug?
Thank you very much!
The text was updated successfully, but these errors were encountered: