Page 1 of 1

Web View content resize

Posted: Fri Apr 26, 2013 9:37 pm
by flinke flasche
Hi,

I'm useing XBMC and the Web Interface iAWX.
Unfortunately ist the minimum width 600px but i have only 575px.

I'm searching the web for solutions and found 2 different.

1. in HTML
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

2. in CSS
body {
zoom: 0.75;
}

Neither of these solutions works with demopad but in the safari webbrowser it work perfektly.

Re: Web View content resize

Posted: Fri Apr 26, 2013 11:18 pm
by flinke flasche
This one works :D

<meta name =viewport content="width=500, initial-scale=0.75, minimum-scale=0.5 maxiumum-scale=1.0">