Flashlight-PhoneGap-Plugin
Flashlight-PhoneGap-Plugin copied to clipboard
does not work with camara
I am currently using the native ionic Camera Preview plugin, I added a button to be able to turn the flashlight on and off but when I call the switchOn method it returns null 🤔
if(this.flashlight.available()){
this.isOn = false;
this.flashlight.isSwitchedOn()? this.flashlight.switchOff(): this.flashlight.switchOn();
}else{
alert("Flashlight Not Available");
}
Same issue.