Cannot open external app on android
See original GitHub issueHi,
I am trying to open the external app from my application, but cannot do so. The error I am getting is -
Uncaught TypeError: Object com.concur.breeze has no method 'apply' cordova.js:293
cordova.callbackFromNative cordova.js:293
processMessage cordova.js:1081
processMessages
I am using cordova version 5.1.1
The sample code which is -
sApp = startApp.set({ /* params */
"action":"ACTION_MAIN",
"package":"com.concur.breeze",
"component": ["com.concur.breeze"],
"intentstart":"startActivity"
}, { /* extras */
});
Alternatively link to the app is https://play.google.com/store/apps/details?id=com.concur.breeze&hl=en. Any help would be highly appreciated.
Regards, Deepak
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Can't open links in Android apps? Here's what to do!
1. Check in-app settings ... The first thing to do is to ensure that the app opens links externally. You can try with...
Read more >9 Ways to Fix “No App Found to Open URL” in Android
9 Ways to Fix “No App Found to Open URL” in Android · 1. Force-Close Android Apps and Retry · 2. Reboot Your...
Read more >Fix an installed Android app that isn't working
Step 1: Restart & update · Open the Google Play Store app Google Play . · At the top right, tap the profile...
Read more >Android external app can't access app's files
Android external app can't access app's files ... I'm trying to open a file that I've downloaded on one app, in another viewer,...
Read more >App Won't Open on Your Android Phone? - All Fixes! - Dr.Fone
Another possible reason for Apps to crash or why an App won't open is a possible data crash. This may occur due to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, @ddalmia! Test this:
This was the solution of my problem to open app