Remove unwanted White Space in WebView Android

后端 未结 11 2156
庸人自扰
庸人自扰 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:33

    I had this [this is my activity.xml]

    
    

    I just deleted the padding in the relativeLayout

    
    

    I tried all the solutions above but they didn't go very well for me. this one worked for me.

提交回复
热议问题