Flashlight-PhoneGap-Plugin icon indicating copy to clipboard operation
Flashlight-PhoneGap-Plugin copied to clipboard

does not work with camara

Open 0x14Rp opened this issue 3 years ago • 1 comments

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");
    }

0x14Rp avatar Sep 17 '21 19:09 0x14Rp

Same issue.

MRizwanAnsar avatar Dec 16 '22 14:12 MRizwanAnsar