Which methods are you asking about?
All of them, but especially those not included in the B4a WebView methods such as the one(s) related to text zoom (as opposed to the general zoom methods included in WebView). I am still trying to figure out How to accomplish making zoomed text redraw so tgat all of It remains in the screen's dimensions and requiring only vertical scrolling and NOT horizontal.
In another thread I started, NJDUDE said this was done in html, but I have discovered this is inaccurate. While html allows wordwrap, It relates only to the html content and not to the layout of a devices's screen. Experimentation reveals that zooming using the methods within WebView creates a magnifying glass effect necessitating both horizontal and vertical scrolling in order to read all the text. I need to avoid the horizontal scrooling. I know this is possible because there are several websites I frequent plus at least one app see MobiSystem's Office Suite 6 and 6.5) that do what I am looking to do in a specialized app.
Because my other thread yielded no truly useful information or solutions, i want to experiment on my own, but to do so I need access to the full webkit methods and NOT merely tge WebView methods. I know that in java the webkit methods can be accedded with a syntax like "WebView.webkit.methodcall". But I don't really know java and, so, am looking to accomplish the same thing from within B4a.
Thanks.