-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Improve the Network Stack #451
Comments
This will make a great plugin! +1 |
I am currently working on these... |
Resolved Issue #473: Add support for Notification Observers (iOS) and Broadcast Receivers (Android)
Resolved Issue #451: Improve the Network Stack
Thank you for tackling this. I reviewed the code and the sample app. From what I could tell, you added
This is a great start to the connectivity module. However, it only tells the type of connection. From what I can tell, a developer still has challenges to determine if they can actually connect to the internet. I think it would be helpful if the connectivity module included:
These are probably nice-to-haves at this point. I just wanted to get them down while I was thinking about them. Still, thanks for adding the connectivity module! |
Resolved Issue #473: Add support for Notification Observers (iOS) and Broadcast Receivers (Android)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It would be valuable if there was a way to know more about the device's network status. For example, it would be nice if the there was a way to:
The text was updated successfully, but these errors were encountered: