Remove unwanted White Space in WebView Android

后端 未结 11 2183
庸人自扰
庸人自扰 2020-11-30 02:05

I have started developing an App using WebView. Actually I am loading an Image with Webview (I like to use the built-in zoom controls of the class). I can successfully load

11条回答
  •  爱一瞬间的悲伤
    2020-11-30 02:17

    By default webview has some margin/padding in body. If you want to remove that padding/margin then override body tag and add margin like:

    
    

提交回复
热议问题