Akash Chaudhary
Akash Chaudhary

Reputation: 711

In App Browser open link in new tab in ionic 3 PWA

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

Answers (1)

Chintan Kukadiya
Chintan Kukadiya

Reputation: 784

Did you try, to open URL with blank in app browser

InAppBrowser('url', '_blank');

Upvotes: 2

Related Questions