[
https://issues.apache.org/jira/browse/CB-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811225#comment-13811225
]
Janko Vukotic commented on CB-5213:
-----------------------------------
Hi thanks for your response. Sorry for my late response....
In the meantime i rebuilt the project with cordova CLI and installed the
plugins on a fresh install seemed to make it work...
Unfortunately i cannot check what you requested anymore :/
Cheers!
> 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
> Assignee: Joe Bowser
>
> 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)