Can Phonegap query the wifi system and return network names?
I checked the Phonegap API but what I would like to achieve, getting a list of available wifi networks, seems not supported. Anyone knows if it's possible at all in the current state? davejohnson You cannot get a list of available wifi networks at the moment. PhoneGap will support reading the currently connected network SSID via the system information api ( http://www.w3.org/TR/system-info-api/#network ). If you wanted to list all the wifi networks today, you would have to write a PhoneGap plugin -- assuming those APIs are actually available on the devices in which you are interested. Here is