We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are migrating from rn-fetch-blob openDocument to this library for opening files from our app.
rn-fetch-blob
openDocument
With this library, on Android if a file can't be opened an error is thrown but this isn't the case on iOS.
With rn-fetch-blob we did have this behaviour on iOS and would like to keep it.
Is there a reason why failing to open a file on iOS isn't considered as an error?
Here is the relevant code in rn-fetch-blob https://github.com/joltup/rn-fetch-blob/blob/master/ios/RNFetchBlob/RNFetchBlob.m#L610
Thanks in advance
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We are migrating from
rn-fetch-blob
openDocument
to this library for opening files from our app.With this library, on Android if a file can't be opened an error is thrown but this isn't the case on iOS.
With
rn-fetch-blob
we did have this behaviour on iOS and would like to keep it.Is there a reason why failing to open a file on iOS isn't considered as an error?
Here is the relevant code in rn-fetch-blob https://github.com/joltup/rn-fetch-blob/blob/master/ios/RNFetchBlob/RNFetchBlob.m#L610
Thanks in advance
The text was updated successfully, but these errors were encountered: