mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-22 04:52:51 +08:00
CB-4889 forgot index.html
This commit is contained in:
parent
6a1a558e81
commit
200d6833f9
@ -340,7 +340,7 @@
|
|||||||
document.addEventListener("deviceready", function() {
|
document.addEventListener("deviceready", function() {
|
||||||
deviceReady = true;
|
deviceReady = true;
|
||||||
platformId = cordova.require('cordova/platform').id;
|
platformId = cordova.require('cordova/platform').id;
|
||||||
CameraPopoverOptions = cordova.require('org.apache.cordova.core.camera.CameraPopoverOptions');
|
CameraPopoverOptions = cordova.require('org.apache.cordova.camera.CameraPopoverOptions');
|
||||||
console.log("Device="+device.platform+" "+device.version);
|
console.log("Device="+device.platform+" "+device.version);
|
||||||
createOptionsEl('sourceType', Camera.PictureSourceType, camPictureSourceTypeDefault);
|
createOptionsEl('sourceType', Camera.PictureSourceType, camPictureSourceTypeDefault);
|
||||||
createOptionsEl('destinationType', Camera.DestinationType, camDestinationTypeDefault);
|
createOptionsEl('destinationType', Camera.DestinationType, camDestinationTypeDefault);
|
||||||
|
Loading…
Reference in New Issue
Block a user