Is there a way to programmatically select all WebView content?
I know how to put a WebView in "text selection mode". But this is done for the user to select manually.
If there is a way to programmatically select all WebView content, how do I do this?
There is no way to select something in WebView programmatically.
In Javascript, you can iterate over all the "elements" and call .select()for each of them. However, nothing special for Android.
.select()