What does your config look like? I want to add socketio to my Quasar app, but after installing socketio via npm and adding it to my project via quasar new plugin socketio
, I still can’t get it to work as a global plugin. Would like to know the proper way to add plugins that actually works.

Best posts made by wwwizzarrdry
-
RE: [Solved] Accessing this.$socket into a Vuex action.js file ?
-
RE: Cordova - How to get device IP address?
If you come across this post, I was never able to get the aforementioned module to work with my quasar app.
However I finally stumbled upon this, which should do the trick.
https://github.com/kapetan/cordova-plugin-android-wifi-manager
https://www.npmjs.com/package/cordova-plugin-android-wifi-manager
Specifically,
getConnectionInfo(callback(err, wifiInfo))
and
isWifiEnabled(callback(err, wifiEnabled))