javascript - Cordova app crashes with Dialog onPause -


i have built cordova app org.apache.cordova.dialogs plugin installed. after starting (ondeviceready) show dialog using navigator.notification.alert\prompt.

then if press home button return home screen following error:

the app crashes: unable add window — token android.os.binderproxy not valid; activity running? 

how can overcome this? have done research on topic found no ideas on how implement using cordova.


Comments