nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Application crashes on opening #29

Open luca0898 opened 4 years ago

luca0898 commented 4 years ago

Hello, I am using the plugin to open bank applications to assist with payments. When I perform the "launch" function the application opens but crashes the whole system (even the message "System UI has stopped" appears).

"cordova-android": "^7.1.4", "cordova-plugin-app-launcher": "git+https://github.com/nchutchind/cordova-plugin-app-launcher.git",

Device: Samsung Galaxy A8 (Android 9)

I tried to find references from people who had the same problem, but found nothing to help. Can someone help me?