hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

Production release crashes PhoneGap Desktop #107

Open a432511 opened 7 years ago

a432511 commented 7 years ago

After installing using sudo phonegap plugin install com.pylonproducts.wifiwizard, PhoneGap desktop showed a blank screen when loading the project.

To fix I had to remove ~/Library/Application Support/PhoneGap/Local Storage/* and remove WifiWizard sudo phonegap plugin remove com.pylonproducts.wifiwizard.

After that, PhoneGap desktop started working again.