[Solved] Cordova- Network-Information plugin 'Cannot read property 'connection' of undefined'
-
Has anybody successfully installed the cordova network information plugin and accessed it from vue components?
It appears that I have installed the plugin successfully but when I try to access the connection object from my vue component I am receiving this error ‘Cannot read property ‘connection’ of undefined’
Am I missing something?
-
Disabled linter which allowed the project to be built with no errors and everything works perfectly. This is probably an issue common to all cordova plugins