You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting up a click event on each object of the wifiList array so that when I click on a specific Wi-Fi, it sends an alert message of its SSID. How do I do this?
The text was updated successfully, but these errors were encountered:
loadWifiList function returns an array that contains ssid's and other informations. If you are populating your wifi list using map, you can assign an alert function on your list items.
I am setting up a click event on each object of the wifiList array so that when I click on a specific Wi-Fi, it sends an alert message of its SSID. How do I do this?
The text was updated successfully, but these errors were encountered: