-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The interface does not refresh when the network is disconnected to connect #18
Comments
Please provide more info. Like what version you are running on, the device OS, like how to reproduce. |
Device is an IOS virtual machine. |
Having the exact same issue with iOS, it reacts when I put the device offline, but it wont react when I put it online again. Works properly on Android. Using the example provided in the plugin |
I am facing same issue with IOS device. When I disconnect, connectivityBuilder widget gets called. Now when I reconnect, the connectivityBuilder does not get called so the application stays on "Disconnected" status. |
This issue still exists in IOS.Please help me to find a fix for this. |
I have just researched the issue and tested it with Xcode debugger.
Issue happens in Reachability pod and the issue is tracked here: tonymillion/Reachability#171 |
Currently tracking flutter/flutter#20980 |
Closed since move to connectivity_plus? |
The interface does not refresh when the network is disconnected to connect.
The text was updated successfully, but these errors were encountered: