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

Callback for exit from in app browser #325

Closed schoenbl closed 2 years ago

schoenbl commented 2 years ago

This is a question for iOS and Android

Is there a way to execute a callback when the Cancel button is pressed and a user leaves the in app browsers?

Screen Shot 2022-01-24 at 9 15 12 AM
jdnichollsc commented 2 years ago

The promise returned with open and openAuth methods is finished when the user press that button :)

schoenbl commented 2 years ago

The promise returned with open and openAuth methods is finished when the user press that button :)

@jdnichollsc Is a legend