android - how to show or hide div or img using cordova connection plugin -
i trying create visual indication of internet connection using cordova connection plugin. if connection off show red bullet if on show green. thoughts out there?
for checking state several times can set interval on javascript make call plugin every fixed time.
setinterval(function(){ callconnectionplugin(); }, refresh_time);
Comments
Post a Comment