ericyzhu / cordova-plugin-darkmode

Cordova Android 深色模式检测插件。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova plugin DarkMode

!! Android only !!

This plugin only detects if dark (also called night) mode is enable or disable on Android. It can tell you if inverted color mode is enabled, too.

This is usefull in case Android WebView on user device is not updated or you are using Crosswalk, otherwise you should use prefer-color-scheme in css.

Install

cordova plugin add https://github.com/EricYChu/cordova-plugin-darkmode.git

Example

DarkMode.listen(enabled => {
    console.log(enabled ? 'On' : 'Off')
})

About

Cordova Android 深色模式检测插件。


Languages

Language:Java 94.3%Language:JavaScript 5.7%