Open iglombardo opened 2 years ago
Hi, I'm using the code below to open and pass parameters to another application.
window.plugins.launcher.launch({packageName:'com.vjnicacio.detksign'}, successCallback, errorCallback);
On Android 10 the aperture works, but not the parameters. And on Android 11, it doesn't even work the opening informing. Giving the error below Activity not found for package name.
Still no fix for this? It seems that on Android 11+ we can't open packages directly... :-(
Hi, I'm using the code below to open and pass parameters to another application.
window.plugins.launcher.launch({packageName:'com.vjnicacio.detksign'}, successCallback, errorCallback);
On Android 10 the aperture works, but not the parameters. And on Android 11, it doesn't even work the opening informing. Giving the error below Activity not found for package name.