cordova-plugin-network-information icon indicating copy to clipboard operation
cordova-plugin-network-information copied to clipboard

Apache Cordova Network Information Plugin

Results 24 cordova-plugin-network-information issues
Sort by recently updated
recently updated
newest added

# Feature Request ## Motivation Behind Feature 5G connectivity starts to be available on modern Android and iOS devices: since Android 11 and iOS 14/iPhone 12. ## Feature Description Detect...

### Platforms affected ### Motivation and Context Solve 5g detections for iOS and Android (the current state of the plugin classify as UKNOWN the 5g network) open issue -> https://github.com/apache/cordova-plugin-network-information/issues/125...

enhancement
platform: ios
platform: android

# Feature Request Network Speed Detection ## Motivation Behind Feature It will be very useful for those users who would like to know the current network upload and download speed...

# Bug Report ## Problem: On Android, app starts with internet access, move phone into airplane mode and the `online` function triggers when the `offline` function should trigger. This is...

### Platforms affected All typescript projects ### Motivation and Context Fixes "Wrong typing for Connection" (#143) ### Description Adds `dispatchEvent()` to `Navigator.connection` Change `Connection.type` from string to `ConnectionType` ### Testing...

# Bug Report ## Problem Interface 'Navigator' incorrectly extends interface 'NavigatorNetworkInformation'. Types of property 'connection' are incompatible. **Property 'dispatchEvent' is missing in type 'Connection' but required in type 'NetworkInformation'.ts(2430)** Also...

What specifically is triggering the offline event? What if a user is connected to wifi that has no internet? Or happens to be transitioning from Cell to Wifi....or transition between...

# Bug Report network.type is set to 'wifi' even when iPad Air is set to flight modus or when I am turning off WiFi ## Problem network.type is set to...

network.connection.type is throwing unknown in case of ios 14 in case of 4g connection. please help if anyone has faced this issue. plugin version is 2.0.3

# Bug Report ## Problem ### What is expected to happen? Native Android and iOS code should use not-deprecated API calls. ### What does actually happen? Some Android and iOS...