Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to center content in webView Android ?

I'm trying to load image in webView Android. The image size is 320x50 and same for the webView size, but the image is not in center, and I don't understand why.

enter image description here

Can you help me ?

like image 464
Flofloaud1034 Avatar asked Nov 18 '25 08:11

Flofloaud1034


1 Answers

Have you tried:

WebView webView = (WebView) findViewById(R.id.myWebView); 
webView.getSettings().setDefaultZoom(ZoomDensity.FAR);
like image 111
Jaran Avatar answered Nov 20 '25 20:11

Jaran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!