You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did the standard install for primary app and then on secondary app I created a link to call/open the primary app using InAppBrowser - but when I click on the link in secondary app nothing happens. I then tested InAppBrowser on secondary app to open a general website (google) and it worked just fine.
On primary app: ionic cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=primaryapp
In primary app config.xml: `
On secondary app template: <button ng-click="openApp();">launch app</button>
In secondary app, nothing happens, but console message does get displayed. Is there a call back I can set that might tell show me an error? Or what am I missing from my configs?
The text was updated successfully, but these errors were encountered:
I then tried another method using https://github.com/lampaa/com.lampa.startapp - an app I know that works launching other apps like Uber, FB etc. But that plugin is also not finding primaryapp and is defaulting to taking the user to the app stores to get the app - but the app is already installed.
I did the standard install for primary app and then on secondary app I created a link to call/open the primary app using
InAppBrowser
- but when I click on the link in secondary app nothing happens. I then tested InAppBrowser on secondary app to open a general website (google) and it worked just fine.On primary app:
ionic cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=primaryapp
In primary app config.xml: `
On secondary app template:
<button ng-click="openApp();">launch app</button>
Secondary app controller:
In secondary app, nothing happens, but console message does get displayed. Is there a call back I can set that might tell show me an error? Or what am I missing from my configs?
The text was updated successfully, but these errors were encountered: