mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-21 00:00:01 +08:00
Changement de la couleur de fond du bouton camera via le JS.
This commit is contained in:
@@ -52,6 +52,8 @@ public class CameraLauncher extends CordovaPlugin {
|
||||
}
|
||||
|
||||
intent.putExtra("miniature", args.getBoolean(1));
|
||||
intent.putExtra("cameraBackgroundColor", args.getString(2));
|
||||
intent.putExtra("cameraBackgroundColorPressed", args.getString(3));
|
||||
|
||||
cordova.startActivityForResult((CordovaPlugin) this, intent, CameraLauncher.REQUEST_CODE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user