android-js / androidjs

Platform to build android app using node js
MIT License
466 stars 109 forks source link

app.wifi.getScanResult() alawys emty array???? #245

Open kiki727 opened 2 years ago

kiki727 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

kiki727 commented 2 years ago

app.wifi.getScanResult() return always empty array ????

ljelschen commented 1 year ago

The Function name in the Example is wrong, the real Function is: "app.wifi.getScanResults()" with the letter "s" at the End

kiki727 commented 1 year ago

10x

Chhekur commented 1 year ago

oh shit, Thanks for pointing out guys, we'll update the docs.