-
Notifications
You must be signed in to change notification settings - Fork 589
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 iOS, not able to open .epub and .mobi file using file opener plugin #223
Comments
@godoyrw Can you please recheck the given URL because it is not working. |
It's ok now! Sorry! |
@Topiya did the suggestions in that issue resolve your issue? |
@shnist No, It didn't solve my issue. Is there any other workaround for this issue? |
@Topiya can you provide a code snippet from your project? This will help diagnose the issue. One thing you can try, if you haven't done so already, is to try and provide the relevant MIME type (https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types). So for example, an .epub file would look something like: cordova.plugins.fileOpener2.open('file.epub', 'application/epub+zip', { error : function(){ }, success : function(){ } }); |
Anyone able to find a solution for this. I have same issue. Iam getting "Error status: 9 - Error message: Could not handle UTI |
Any idea what can cause this error and how to solve it? My MIME type is Unfortunately I'm not able to reproduce it on other devices or in the simulator. |
Hello,
I want to open .epub and .mobi files using file-opener plugin of Ionic-cordova in iOS app. But while doing this I am getting below error.
can not handle uti
Can anyone please help me to solve this error?
The text was updated successfully, but these errors were encountered: