In my WebView Activity, I sometimes encounter issues with loading properly when the WIFI/DATA connection is poor or disconnected. This could potentially be a common occurrence once my app is in use. I'm curious to know how I can replace the unattractive error message with a more visually appealing one?
Furthermore, do you have any suggestions on how I can make my WebView Activity look less like a typical browser? For instance, rather than a blank white screen appearing during the loading process, how can I incorporate a loading icon instead?
Thank you for your help.