I have an app that is 100% online. When the user goes offline due to a bad network connection, I want to handle it properly on the interface.
What strategies do you guys recommend for this situation? Show a small warning? Show an alert dialog? A modal?
Thank you.