Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Generic Sensor & Generic Sensor Extra Classes chrome flags

I want to use the Ambient Light Sensor in my app. How do I enable the chrome flags for electron?

Thanks

like image 977
Philipp Avatar asked Mar 15 '26 18:03

Philipp


1 Answers

options.add_argument("--enable-experimental-web-platform-features")

like image 57
Sentinal Avatar answered Mar 18 '26 07:03

Sentinal