I am developing an android application which loads a web application when started. To achieve the purpose I am using webview control. I want my webview to be displayed full
just ad in manifest the following code:
>
<supports-screens android:smallScreens="true"
android:normalScreens="true" android:largeScreens="true"
android:anyDensity="true" />
just remove the padding from your layout...
mWebView.setWebChromeClient(new MyWebChromeClient());
remove this java code from your activity.java file then se,