I have to get child views of WebView. For some text manipulations, I wonder if there is a way to set attributes of child views, for example:
View[] childs = webView.getChilds;
View ch = childs[0];
ch.setText("manipulated text");
WebView has methods getChildCount() and getChildAt(int index). You can try to use these methods, but better solution is Bixi's one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With