tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
123 stars 146 forks source link

PWA compatibility #86

Open shootdaj opened 5 years ago

shootdaj commented 5 years ago

Prerequisites

Check all boxes if you have done the following:

Issue type

Select all that apply

Description

Will this cordova plugin work in a PWA? I read here (https://forum.ionicframework.com/t/pwa-how-to-access-cordova-plugins-in-pwa-web-applications/147575) that some plugins might be supported by PWAs so was wondering if WifiWizard2 would work on a web app or not? Thanks.

tripflex commented 5 years ago

No it will not work in a web based application (AFAIK), this is specifically for Cordova based applications, if you attempt to use this on a web based application the window.cordova won't even be available.