Hi,
I installed the cordova-plugin-inappbrowser. I need to open an URL in my app without opening the browser.
cordova.InAppBrowser.open(url, '_blank');
work on android, the url is opened in my app with the navbar. But it doesn’t work on iOS.
cordova.InAppBrowser.open(url, '_self');
work on iOS but i can’t return to the app (no navbar), even by adding options. I don’t know what is the problem.
Thanks