Flashlight
This plugin allows you to switch the flashlight / torch of the device on and off.
Requires Cordova plugin: cordova-plugin-flashlight
. For more info, please see the Flashlight plugin docs.
联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Ionic 手电筒Flashlight插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Ionic 手电筒Flashlight插件支持的平台(Supported Platforms)
- Android
- iOS
- Windows Phone 8
Ionic 手电筒Flashlight插件的用法(Usage)
import { Flashlight } from '@ionic-native/flashlight/ngx';
constructor(private flashlight: Flashlight) { }
...
this.flashlight.switchOn();