Web View content resize
Posted: Fri Apr 26, 2013 9:37 pm
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.
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.