cordova-plugin-camera icon indicating copy to clipboard operation
cordova-plugin-camera copied to clipboard

feat(browser): automatically click on file input field

Open MaxXx1313 opened this issue 8 years ago • 2 comments

Platforms affected

Browser

What does this PR do?

Skip the step to load an image from file system when camera.getPicture() ought to load file from the file system (not take it from camera)

What testing has been done on this change?

I've run npm test. Actually, there is no test for browser platform. However these changes are used in a real project.

MaxXx1313 avatar Jul 14 '17 18:07 MaxXx1313

This won't work in some browsers afaik, for example in Safari.

Just a note, may be helpful to know.

sandstrom avatar Sep 18 '17 13:09 sandstrom

Let's rerun this with current tests.

janpio avatar Jul 03 '19 17:07 janpio