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

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

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

ruby - Net::HTTP extremely slow responses for HTTPS requests -