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

open image from sd-card #1

Closed
WuglyakBolgoink opened this issue Aug 13, 2014 · 1 comment
Closed

open image from sd-card #1

WuglyakBolgoink opened this issue Aug 13, 2014 · 1 comment
Assignees

Comments

@WuglyakBolgoink
Copy link

Images should be inside www/pathOfImage

is it possible to open images from sd-card or other url? for example from Cordova Camera API:

Camera.DestinationType = {  
    FILE_URI : 1,      // Return image file URI
    NATIVE_URI : 2     // Return image native URI (e.g., assets-library:// on iOS or content:// on Android)
};

???

@slaptot
Copy link
Contributor

slaptot commented Sep 25, 2014

Hi cyberkatze,
if you want to open image from sd-card or other storage system, you should use Cordova Camera Plugin https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md.
Anyway, this plugin opens images from App's bundle, not from user images because you could use Cordova API.

@slaptot slaptot self-assigned this Sep 25, 2014
This issue was closed.
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

No branches or pull requests

2 participants