You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Janko Vukotic (JIRA)" <ji...@apache.org> on 2013/10/28 23:26:30 UTC

[jira] [Created] (CB-5213) navigation.connection.type

Janko Vukotic created CB-5213:
---------------------------------

             Summary: navigation.connection.type
                 Key: CB-5213
                 URL: https://issues.apache.org/jira/browse/CB-5213
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.1.0
         Environment: Tested on Androids: Samsung Galaxy SII(4.1.2) and Samsung Galaxy SIII (4.1.2)
            Reporter: Janko Vukotic


Hi,

even with a "dummy" template code it wont work. I get this in Web console

Error initializing Network Connection: Class not found:85

I installed the plugin via plugman.

Here is the dummy code: (it alerts "unknown" in any case whether there is any type of data connection or none)

<!DOCTYPE HTML>
<html>
<head>
    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
    <script type="text/javascript" charset="utf-8">

        var deviceInfo = function(){
            alert(navigator.connection.type);
        }

        function init(){
            document.addEventListener("deviceready", deviceInfo, true);
        }
    </script>
</head>
<body onload="init();">

</body>
</html>

Cheers!




--
This message was sent by Atlassian JIRA
(v6.1#6144)