Hi,
I am developing an ExtJS 6.5.3 (modern toolkit ) application packaged with Cordova. I am trying to launch another application Naver Maps from ExtJS app using Android intents.
My intent URL is
intent://route/car?slat=37.58547222&slng=127.14777778&dlat=37.42999009837643&dlng=127.240805339793&appname=<App/Package name>#Intent;scheme=nmap;action=android.intent.action.VIEW;category=android.intent.category.BROWSABLE;package=com.nhn.android.nmap;end
App/Package name value can be like com.example.myapp .
To open this intent URL I am using Cordova Inappbrowser plugin and then calling window.open(url) method to launch the intent.
This approach is not working and giving an error ERR_UNKNOWN_URL_SCHEME.
Any idea how we can successfully call android intents from a button tap in Sencha extJS application?
regards
Nitesh