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.
Web View content resize
-
- Posts: 60
- Joined: Tue Apr 02, 2013 2:21 pm
Re: Web View content resize
This one works
<meta name =viewport content="width=500, initial-scale=0.75, minimum-scale=0.5 maxiumum-scale=1.0">
<meta name =viewport content="width=500, initial-scale=0.75, minimum-scale=0.5 maxiumum-scale=1.0">