parsonsmatt / WifiWizardDemo

Demo phonegap application for WifiWIzard
Apache License 2.0
3 stars 6 forks source link

Variable WifiWizard is not an object #4

Open myrakrusemark opened 8 years ago

myrakrusemark commented 8 years ago

Im a total noob to PhoneGap, but when I try to "phonegap serve" this app I get the error "Variable WifiWizard is not an object". When I check to see what it actually is, "typeof WifiWizard" returns "undefined".

Am I missing any sort of project initialization when trying to use external plugins like this one? Basically what I've tried is simply unzipping the repository and then serving it to my phone. What am I missing? How to I get PhoneGap to actually see WifiWizard as an object so it can use its features?

myrakrusemark commented 8 years ago

Still can't find any issue between this and other plugins. For some reason WifiWizard does not load as an object. Any ideas?