Open
Description
Which platform(s) does your issue occur on?
- Both
- All versions
- emulator
Please, provide the following version numbers that your issue occurs with:
- CLI:
react-native-cli: 2.0.1
react-native: 0.64.0
- Plugin(s):
"react-native-inappbrowser-reborn": "3.6.3"
Hi,
I am using the inappbrowser to access a social website and I am NOT using it for authentication. In this website, there are buttons that links back to the app using deeplinks. I know they are working because when I access the website in browsers (e.g. Safari or Chrome) on the device, the deeplinks opens the app on the correct page. However when using the inappbrowser nothing happens.
How can I make the inappbrowser to handle correctly deeplinks without using the openAuth() method ?
Thanks