react-native-inappbrowser
react-native-inappbrowser copied to clipboard
📱InAppBrowser for React Native (Android & iOS) 🤘
System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz Memory: 1.75 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.7.0 - /usr/local/bin/node Yarn:...
Check here https://developer.chrome.com/multidevice/android/customtabs#choosing-an%20icon%20for%20the%20action%20button
https://developer.chrome.com/multidevice/android/customtabs#add-a%20share%20action
Check if we can support this => https://github.com/wix/react-native-navigation/pull/2186/files
RN 0.70 deprecated: AppState.removeEventListener: https://reactnative.dev/docs/appstate#removeeventlistener Linking.removeEventListener: https://reactnative.dev/docs/linking#removeeventlistener Both are used in utils.js and cause crashes on Android.
### Which platform(s) does your issue occur on? - emulator ### Please, tell us how to recreate the issue in as much detail as possible. Describe the steps to reproduce...
I wanted to check if there is any ability to listen to window.postmessage events from the browser? How can I capture those events once the browser is opened?
### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - CLI: react-native-cli: 2.0.1 react-native: 0.71.2 - Plugin(s):...
how can we close the inappbrowser when have detect redirect to another page?