-
Notifications
You must be signed in to change notification settings - Fork 214
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
ImgCache is not working in IOS #204
Comments
Add cordova plugin : file, file-transfer, device :) |
I have the same problem in iOS even after installing the plugins (file, file-transfer, device). @distribuidoralemes Are you using cordova-plugin-wkwebview-engine? I think the error might be related to this bug: https://issues.apache.org/jira/browse/CB-11004?jql=text%20~%20%22wkwebview%20file%22 |
I use this plugins
All work fine ... Are you sure that cordova object is defined ? |
If it could help, I had exactly the same error if I initialize ImgCache before Cordova.
Using this way like lazy loading :
Hope :) |
As above, I hit this when testing on iOS PhoneGap Developer app. I have accidentally commended out the include for Cordova. Try checking and ensuring this in your index;
|
I'm using imgcahe on an application with ionic 2.
It was working well but today I received the error:
Your browser does not support the html5 File API
There is a solution for this?
The text was updated successfully, but these errors were encountered: