[jira] [Commented] (CB-12378) Add network type changed event

2017-01-26 Thread Emil Cieslar (JIRA)

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

Emil Cieslar commented on CB-12378:
---

Thanks for quick reply! I'm aware I could be polling navigator.connection.type, 
but that means I'd have to be polling. Listening to event would be much cleaner 
in the code than manually doing it. 

I agree that network type is not reliable enough to determine connection speed, 
but I guess in some cases it's enough.

> Add network type changed event
> --
>
> Key: CB-12378
> URL: https://issues.apache.org/jira/browse/CB-12378
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Plugin Network Information
>Reporter: Emil Cieslar
>
> Currently, there are two events that we can listen to: online and offline. It 
> would be nice if there was another event which was fired whenever network 
> type changes. For example if user is online on Connection.CELL_4G and network 
> type changes to Connection.CELL_2G, it would be great to know that because 
> that's almost like there's no connection at all. Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12378) Add network type changed event

2017-01-20 Thread Emil Cieslar (JIRA)
Emil Cieslar created CB-12378:
-

 Summary: Add network type changed event
 Key: CB-12378
 URL: https://issues.apache.org/jira/browse/CB-12378
 Project: Apache Cordova
  Issue Type: Wish
Reporter: Emil Cieslar


Currently, there are two events that we can listen to: online and offline. It 
would be nice if there was another event which was fired whenever network type 
changes. For example if user is online on Connection.CELL_4G and network type 
changes to Connection.CELL_2G, it would be great to know that because that's 
almost like there's no connection at all. Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org