proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.31k stars 223 forks source link

[Android] Add mayLaunchUrl and warmup methods #341

Closed vincent-paing closed 2 years ago

vincent-paing commented 2 years ago

What is the current behavior?

There was no way to optimize the performance for Android.

What is the new behavior?

Exposes warmup and mayLaunchUrl that allows optimization.

Fixes #84

jdnichollsc commented 2 years ago

Thanks for your amazing contributions! <3