Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ravis-farooq opened this issue Feb 22, 2023 · 1 comment
Open

Comments

@ravis-farooq
Copy link

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

@ravis-farooq
Copy link
Author

ravis-farooq commented Feb 22, 2023

Fixed this issue by adding:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant