We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b7ffc commit 4be1d8bCopy full SHA for 4be1d8b
src/InAppBrowser.android.ts
@@ -198,6 +198,8 @@ function setup() {
198
}
199
200
201
+ this.registerEvent();
202
+
203
intent.setData(Uri.parse(url));
204
if (inAppBrowserOptions[InAppBrowserModule.KEY_SHOW_PAGE_TITLE]) {
205
builder.setShowTitle(!!inAppBrowserOptions[InAppBrowserModule.KEY_SHOW_PAGE_TITLE]);
@@ -206,8 +208,6 @@ function setup() {
206
208
intent.putExtra(CustomTabsIntent.EXTRA_TITLE_VISIBILITY_STATE, CustomTabsIntent.NO_TITLE);
207
209
210
- this.registerEvent();
-
211
this.currentActivity.startActivity(
212
createStartIntent(this.currentActivity, intent),
213
customTabsIntent.startAnimationBundle
0 commit comments