Is there a "Network-Status-Changed" event that we can listen for?

I’ve seen the examples with network.setStatusListener, but it looks like it continually (or periodically) pings a URL and reports back what it finds.  

Is there not a way to catch some kind of “network-status-changed” event?  e.g. when the user turns on wifi, or a new ssid shows up on wifi, etc.

Thanks in advance for any info!

On iOS there is a network status listener:  http://docs.coronalabs.com/api/event/networkStatus/index.html

But this isn’t supported on Android. You can set up a timer that periodically pings another site and set flags if you’re up or down.  Or you can use Corona Enterprise to check the status of the various network connections on your own.

Rob

On iOS there is a network status listener:  http://docs.coronalabs.com/api/event/networkStatus/index.html

But this isn’t supported on Android. You can set up a timer that periodically pings another site and set flags if you’re up or down.  Or you can use Corona Enterprise to check the status of the various network connections on your own.

Rob