Ok, but this doesnt work! Try - make test project and set onLoad on any page this code: checkConnection(); function checkConnection() { dump(navigator.connection); } function dump(obj) { var out = ''; for (var i in obj) { out += i + ": " + obj + "\n"; } alert(out); } and run app ...