Hello,
I have been developing a app that has a online mode and a offline mode. Both modes are working as expected. But the issue that some of our users are having is that their internet connection in some areas is so bad that they drop and connect quite often. Or if they stay connected their internet connections are so slow it causes our Web API's to time out.
My question is there a way to detect if the user has a lousy connection? If I can detect this then I can treat the app as if it is in the offline mode.
Thanks.
---Dave