proyecto26 / react-native-inappbrowser

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

In app browser crashes when we try to upload image file from android #404

Open ravis-farooq opened 1 year ago

ravis-farooq commented 1 year ago

Trying to upload Image from android is crashing the in app browser without giving any errors in metro server.

ravis-farooq commented 1 year ago

Fixed this issue by adding:

InAppBrowser.open(url, {
     // Android Properties
    showInRecents: true,
    ........
})