cordova-plugin-theme-detection
cordova-plugin-theme-detection copied to clipboard
:black_circle: :white_circle: :iphone: Cordova plugin to detect whether dark mode is enabled or not
Hi, please help with this: i alway got 'theme isn't enabled' and 'false' usin iphone. I have this in my config.xml ``` Light ``` but removing this doesn't change anything....
install to cordova this plugin add to config `` but not work erorr ThemeDetection of undefined my cod ```js cordova.plugins.ThemeDetection.isAvailable((res)=>{ console.log('Is Theme Detection Available? ->',res); },(err)=>{ console.log('Error when running isAvailable...
When we build in ios and run app on ios 13.7 and up it is showing "plugin_no_installed" error. When same build used to run on ios 13.7 and below it...
Hi! Please try to add event for check auto dark mode.