cordova-plugin-theme-detection
cordova-plugin-theme-detection copied to clipboard
ios 13.7 and up showing plugin not installed
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 works fine.
I also have a problem with it not showing as installed for iOS. I'm running iOS 14.1.
How did you install the plugin? Are you using any framework? I've tried to reproduce the error, but for me it works fine on iOS 14.3
I'm using Cordova. The plugin shows as installed via "cordova plugin ls" but I have a try-catch statement on cordova.plugins.ThemeDetection.isAvailable () and the error message received is "TypeError: undefined is not an object (evaluating 'cordova.plugins.ThemeDetection') (iPhone 8 Plus 14.2 simulator)
I've set this up today in an EmberJS / cordova project using the instructions in README and it works as described in both simulator (iPhone 11, iOS 14.4) and on device (iPhone 10 Xr, iOS 14.4)