Issue
How can I clear search results from WebView? I used clearFormData(), clearHistory() methods but when I click on search field on https://google.com it shows me my previous search results.

UPDATE: The answer i've received clears history but not clears search results.
Solution
The answer was WebStorage.getInstance().deleteAllData();. Only this clears previous search results.
Answered By - Nazarii Moshenskiy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.