Web View content resize

Forum to ask for any help
Post Reply
flinke flasche
Posts: 60
Joined: Tue Apr 02, 2013 2:21 pm

Web View content resize

Post by flinke flasche » 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.

flinke flasche
Posts: 60
Joined: Tue Apr 02, 2013 2:21 pm

Re: Web View content resize

Post by flinke flasche » Fri Apr 26, 2013 11:18 pm

This one works :D

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

Post Reply