Friday, 29 September 2017

Problem with extra space at the bottom of android Webview



String s="<head><meta name='viewport' content='target-densityDpi=device-dpi'/></head>";

webview.loadDataWithBaseURL(null,s+htmlContent,"text/html" , "utf-8",null);

No comments:

Post a Comment

Run/install/debug Android applications over Wi-Fi ?

Open Teminal/cmd --------------- Below steps is for Android 10 or lower Step 1 - Connect the device via USB and make sure debugging is work...