react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

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

Open ravis-farooq opened this issue 2 years ago • 1 comments

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

ravis-farooq avatar Feb 22 '23 13:02 ravis-farooq

Fixed this issue by adding:

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

ravis-farooq avatar Feb 22 '23 13:02 ravis-farooq