![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
cordova-plugin-rssi
Advanced tools
This plugin allows you to read WiFi RSSI from applications developed using Cordova 3.0 or newer.
Works on both Android and iOS platforms, but will not pass the Apple App Store Review process.
Tested on iOS Simulator devices: iPhone 5, 6, 7, 8, SE, X, XR, XS, XS Max
NOTE: Does not return any values for iPad at this time.
In your application project directory:
cordova plugin add cordova-plugin-rssi
const rssi = cordova.plugins.rssi;
rssi.read(success, failure)
Returns the device's current WiFi RSSI information via 3 parameters:
rssi.read(function success(data){
console.log(data);
// -> {rssi: -38, bars: 4, isIPhoneX: false}
});
rssi
: WiFi Received Signal Strength Indicator
null
if unavailable-100 ≤ x ≤ 0
bars
: Number of visible bars in WiFi icon
0 ≤ x ≤ 4
: *Range values only tested for Android
4
: RSSI -55+
3
: RSSI -56
- -66
2
: RSSI -67
- -77
1
: RSSI -78
- -88
0
: RSSI -89-
While developing in browser, a mock can be utilized to prevent errors. See an example Ionic 4 app at emcniece/ionic-cordova-rssi-demo.
This open-source project was made possible by some fine people over at CNY Apps.
v1.2.0
bars
detection refactorisIPhoneX
methodv1.1.2
v1.1.1
v1.1.0
v1.0.0
FAQs
Cordova plugin for reading WiFi RSSI
The npm package cordova-plugin-rssi receives a total of 4 weekly downloads. As such, cordova-plugin-rssi popularity was classified as not popular.
We found that cordova-plugin-rssi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.