Issue
Is there a way to set the timeout value in WebView? I want the WebView to be timeouted if the url is too slow to response.
Solution
You can do it by setting up a Timer which checks for progress of current page by calling getProgress() and if it is less than some threshold after some specified time then you can dismiss the loading of the current page.
Answered By - bhups
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.