Hello,
I would like to know how I can save the position after zooming the image. To reproduce the same position at another time.
Or would it be possible to capture the image after zooming?
I found this library to zoom...
in AndroidStudio in WebView, I hide the (+) (-) Zoom Controls UI buttons with :
// in AndroidStudio onCreate() :
private WebView webView;
// ..
// hide +- buttons
webView.getSettings().setDisplayZoomControls(false);
How to hide it in B4A ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.