mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-04-14 00:00:03 +08:00
Modification en ajoutant une action "valide".
This commit is contained in:
@@ -14,4 +14,9 @@ public class CameraLauncher extends CordovaPlugin {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testAction()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ customCameraExport.prototype.startCamera = function() {
|
|||||||
console.log(result);
|
console.log(result);
|
||||||
},
|
},
|
||||||
"CustomCamera",
|
"CustomCamera",
|
||||||
"customCamera",
|
"testAction",
|
||||||
[]
|
[]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user