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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -