proyecto26 / react-native-inappbrowser

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

how can we close the inappbrowser when have detect redirect to another page? #443

Open jianloong92 opened 7 months ago

jianloong92 commented 7 months ago

how can we close the inappbrowser when have detect redirect to another page?

krini commented 6 months ago

on iOS you can call the close() function. On Android you cannot close it as far as I know.

arsencenko commented 4 months ago

@krini but how to detect specific url that inappbrowser is currently in ?

krini commented 4 months ago

@krini but how to detect specific url that inappbrowser is currently in ?

You can not. If you close it, it is probably because you know the flow is done e.g. by polling a status endpoint.