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?
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?