google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

Question about entirely replacing Inappbrowser with Browsertab #19

Open Kunnatam opened 6 years ago

Kunnatam commented 6 years ago

Hi. noob question's here. I built my app using Construct2 which acts mainly on Inappbrowser plugin but I want every Inappbrowser to become Browsertab. So was wondering if it is a possible way to replace all cordova.Inappbrowser.open in .js with cordova.plugins.browsertab.openUrl?