-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera
-
Labels:
The first argument to canvas.toDataUrl() should be a mime type. Currently the values "img/png" is being given, however it should be "image/png".
Because browsers default to a PNG image if an unknown type is given, this typo does not cause any loss of functionality.