Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

Something Went Wrong!

Open sridharsundaram opened this issue 4 years ago • 1 comments

This toast message comes about once a day - probably due to some kind of network problem. It never goes away and the error page keeps refreshing with an increasing error count.

After shutting down app also, the toast message stays on screen forcing me to reboot the phone.

I tracked the error message to WebViewClient.onReceivedError method - not sure how to handle this error.

Desired behavior: Give error and allow user to refresh page once network has recovered.

sridharsundaram avatar Jan 09 '21 10:01 sridharsundaram

Got it. It needs tight regulation of network connection updates, currently it's very sensitive. Will work on it in coming update. For testing purposes, you can just force stop the app from its settings to kill the toast, instead of rebooting device every time.

mgks avatar Sep 20 '21 07:09 mgks