You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Simon MacDonald (Commented) (JIRA)" <ji...@apache.org> on 2012/02/23 17:06:48 UTC

[jira] [Commented] (CB-271) Network status reports unknown

    [ https://issues.apache.org/jira/browse/CB-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214822#comment-13214822 ] 

Simon MacDonald commented on CB-271:
------------------------------------

Can you confirm that you have the following permissions in your AndroidManifest.xml?

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

                
> Network status reports unknown
> ------------------------------
>
>                 Key: CB-271
>                 URL: https://issues.apache.org/jira/browse/CB-271
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.4.0
>            Reporter: Jolien Coenraets
>            Assignee: Joe Bowser
>
> navigator.network.connection.type returns 'unknown' when the device is just started. When you change the network type (for example when you turn Wifi on and off) the type is correct. But if a user never does this it keeps returning 'unknown'. 
> We use this to detect if data can be sent or not, and when it returns 'unknown' it's possible that there is a connection, but it's possible that there isn't one too. We can't know which one it is.
> This happens with PhoneGap 1.4.1 on Android 2.2.2 and 2.3.3, on iOS it seems to be correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira