@vitonimal wrote:
Hello! I am using ionic 4 and capacitor. I am trying to use inappbrowser to open a simple google page inside the app, but when the call is made it opens my safari browser instead of a popup.
I am using @ionic-native/in-app-browser ^5.1.0
and the Cordova plugin is 3.2.0It seems like InAppBrowser uses the system option by default, which opens up the system browser. However, I am using an rpm package for oidc and I do not have control on it unless I wrap it.
Is there a way to ask InAppBrowser to always use _blank?
I also added InAppBrowser in the providers array of the App Module.
What am I missing?
Thank you so much
Posts: 1
Participants: 1