Top "Network-connection" questions

How to detect online/offline event cross-browser?

I'm trying to accurately detect when the browser goes offline, using the HTML5 online and offline events. Here's my code: &…

javascript jquery offline jquery-events network-connection
How to tell if 'Mobile Network Data' is enabled or disabled (even when connected by WiFi)?

I have an app that I want to be able to use to get a connection status report from a …

android networking network-connection
Check for internet connection availability in Swift

Is there a way to check if the internet connection is available using Swift? I know there are many third …

ios swift network-connection
How can I get my android emulator use my computer's VPN interface?

My company requires VPN to connect to our dev systems and for the first time I'm trying to work on …

android android-emulator vpn network-connection
How to use NetworkReachabilityManager in Alamofire

I want functionality similar to AFNetworking in Objective-C with Alamofire NetworkReachabilityManager in Swift: //Reachability detection [[AFNetworkReachabilityManager sharedManager] startMonitoring]; [[AFNetworkReachabilityManager sharedManager] …

ios swift alamofire reachability network-connection
netbeans IDE 8.1 "Unable to connect to the Plugin Portal because of Connection reset"

Can't install any plugin in netbeans ide 8.1. I get the following error: Unable to connect to the Plugin Portal because …

netbeans java-8 network-connection
How to test iOS app on supporting IPv6? Apple rejected app as it is not IPv6 compatible

have apps, built 2015 and 2014. How can I test them for IPv6? If my apps doesn't support IPv6, what should I …

ios ipv6 appstore-approval ipv4 network-connection
How to check the internet connection availability in windows phone 8 application

I'm developing Windows Phone 8 application. In this application, I have to connect to the server to get the data. So …

c# windows-phone-8 windows-phone-8.1 network-connection
Android App not connecting to internet on emulator

The app does not connect to the internet. I have <uses-permission android:name="android.permission.INTERNET" /> in my …

android network-connection
Closing Jsoup Connection

I need a little help understanding the basics of Jsoup. The following code works but I'm wondering if the connection …

java android jsoup network-connection