victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

Wifi: Get list of all WiFi networks nearby #61

Closed Krugergit closed 3 years ago

Krugergit commented 3 years ago

List:

victordiaz commented 3 years ago
network.wifiScan(function (data) {
  console.log(data)
})

The new version is released under Releases. It might take a bit to get available in google play. Feel free to close the issue after you try it.

victordiaz commented 3 years ago

Closing as it was already solved