I have a webView in the layout only, the problem is that I have an image on a web that I should show in full size of the screen (I need a webview since I need to use javascript on the image) the image on the html gets full size of the screen (with css), but when I am using webView it doesn't get the 100% size of the phone screen (if I use the navigator it gets full size but not in webview)
This is how the webView is showed http://subefotos.com/ver/?6258d4661052175e24f39dd42af864b3x.png
This is how navigator show it http://subefotos.com/ver/?23ae0e96244e3edf380af37848a56c21x.png
What i want is to elimante the white spaces, because in galaxy ace it not much different but in highter phones the difference is so high
There is my layout:
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:keepScreenOn="true">
</WebView>