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
I encountered this problem and after debugging I found out it happens when the url to open (myUrl) contains spaces.
Actually, the following lines can be removed because you already initialize itemUrl in the lines before.
previewAnyFile/src/ios/PreviewAnyFile.swift
Lines 267 to 269 in b6c4fd6
The text was updated successfully, but these errors were encountered:
Fix nil error
c8657ea
Fixes mostafa-mansour1#23
i merged it
Sorry, something went wrong.
npm has been updated as well https://www.npmjs.com/package/cordova-plugin-preview-any-file
Successfully merging a pull request may close this issue.
I encountered this problem and after debugging I found out it happens when the url to open (myUrl) contains spaces.
Actually, the following lines can be removed because you already initialize itemUrl in the lines before.
previewAnyFile/src/ios/PreviewAnyFile.swift
Lines 267 to 269 in b6c4fd6
The text was updated successfully, but these errors were encountered: