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'm not able to load/show cached images on IOS.
Cached images saved at path file:///var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg
Cached Image request url is http://localhost:8080/var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg
Error Failed to load resource: http://localhost:8080/var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg the server responded with a status of 404 (Not Found)
config.xml allow-navigation href="http:///" / allow-intent href="http:///" / access origin="http://localhost:8080" / allow-navigation href="http://localhost:8080/" / allow-intent href="http://localhost:8080/" / preference name="iosPersistentFileLocation" value="Compatibility" /
The text was updated successfully, but these errors were encountered:
hello, have you solve this question? I meet similar question, too
Sorry, something went wrong.
No branches or pull requests
I'm not able to load/show cached images on IOS.
Cached images saved at path file:///var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg
Cached Image request url is http://localhost:8080/var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg
Error
Failed to load resource: http://localhost:8080/var/mobile/Containers/Data/Application/92523CF4-87E7-4E5B-84F8-F2600B4E7FBD/Documents/imgcache/606f1134b96745a66fcac9d458cc19bfa4ed70c5.jpg
the server responded with a status of 404 (Not Found)
config.xml
allow-navigation href="http:///" /
allow-intent href="http:///" /
access origin="http://localhost:8080" /
allow-navigation href="http://localhost:8080/" /
allow-intent href="http://localhost:8080/" /
preference name="iosPersistentFileLocation" value="Compatibility" /
The text was updated successfully, but these errors were encountered: