Closed globules-io closed 6 months ago
After adding this plugin, the app is broken. In my case it was failing and crashing other plugins and some other plugins (in my case firebasex) would run before device ready. Removing the plugin fixes the issues.
<plugin name="cordova-plugin-network-information" spec="^3.0.0" />
Downgrading to version 2.0.2 solves the issue and do not break other plugins
cordova 12.0.0 (cordova-lib@12.0.1) cordova-android 12.0.1 Pixel 4a with Android 13 Target SDK 33
Looks like a lot of plugins are breaking with android 12.0.1. Investigating more
Bug Report
Problem
After adding this plugin, the app is broken. In my case it was failing and crashing other plugins and some other plugins (in my case firebasex) would run before device ready. Removing the plugin fixes the issues.
Information
Solution
Downgrading to version 2.0.2 solves the issue and do not break other plugins
Environment, Platform, Device
cordova 12.0.0 (cordova-lib@12.0.1) cordova-android 12.0.1 Pixel 4a with Android 13 Target SDK 33