Skip to content
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

Recreate: Add url resolver #61

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Recreate: Add url resolver #61

merged 1 commit into from
Jun 7, 2017

Conversation

leoiii12
Copy link
Contributor

@leoiii12 leoiii12 commented Jun 5, 2017

When I am emulating iOS to run my application with --livereload,
ionic cordova emulate ios --livereload
there are errors Not allowed to load local resource: file:///... when loading image.

It turns out that I needs to resolve the uri by using the resolveLocalFilesystemUrl function in Cordova file plugin.

@ihadeed ihadeed merged commit da78d60 into zyra:master Jun 7, 2017
@ihadeed ihadeed mentioned this pull request Jul 16, 2017
ihadeed added a commit that referenced this pull request Jul 16, 2017
@ihadeed
Copy link
Member

ihadeed commented Jul 16, 2017

In these situations, you can configure the module to return Base64 instead of file URIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants