I upload html code to webview:

webViewMap.loadDataWithBaseURL("http://example.com", html, mime, encoding, null); 

A 2Gis map is displayed. It is smaller in size than the WebView. How to stretch it in width?

    1 answer 1

    It is necessary for the body register the margin and padding to 0 .