proyecto26 / react-native-inappbrowser

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

Can I open another screen over InappBrowser? #382

Closed namnh-0652 closed 1 year ago

namnh-0652 commented 1 year ago

Thanks for awesome library!

I have a passcode screen, when the app goes to background and back to foreground, then this passcode screen should show over the current screen. Now, how can I open it over in-app browser ? In android, the in-app browser is another Activity than the MainActivity, isn't it?.

Can you give me a suggestion for my case?

jdnichollsc commented 1 year ago

You're right, Chrome CustomTabs use another Android Activity, so about your requirement, you can't do that as far as I know. Please check the docs of these Native APIs and let me know if you find any alternative! Closing issue in the meantime :+1: