Tuesday, 10 September 2013

Set Height Parameters for Android Webview

Set Height Parameters for Android Webview

I try to make specific web pages fit my android webview. Some read the
screen size by using javascript's screen object (screen.width). The
webview delivers the devices Display Properties which i would rather set
myself.
I am also searching for a way to modify the window.innerHeight and width.
Is there any way?

No comments:

Post a Comment