Reputation: 711
I am using ionic 3 PWA on my website. It is an app for woocommerce. I use in app browser to complete payment inside my ionic app. Everything works fine when running the app on android or ios. But when I use the app as PWA or web app in the app browser, Open the required URL in a new tab which should not happen as in app browser officially supports browser. Please help with any solution or workaround.
Upvotes: 1
Views: 1166
Reputation: 784
Did you try, to open URL with blank in app browser
InAppBrowser('url', '_blank');
Upvotes: 2