It sort of works! Later on it is also in the index.html file but it does not replace the default setting, which one must to by hand.. (Otherwise you have two such statements with different values)
Duke2010 -- Sent from Ubuntu Raju Bitter wrote: > Hey, I've never heard of the wrapperheaders tag. Is that documented > anywhere??? A google search only reveals this: > > http://www.openlaszlo.org/pipermail/laszlo-checkins/2010-April/015740.html > > > On Tue, Nov 30, 2010 at 5:03 AM, Founder <[email protected]> wrote: > > COOL! > > -- > Sent from Ubuntu > > > > > > > P T Withington wrote: > > > Note that you can put these headers right in your app and they will > be auto-inserted into the generated wrapper using the <wrapperheaders> tag: > > > > <canvas> > > <wrapperheaders> > > <meta name = "viewport" content = > "user-scalable=no,width=device-width" /> > > </wrapperheaders> > > ... > > > > You may also want to add: > > > > <link rel="apple-touch-icon-precomposed" href="...url to your > custom icon.png" /> > > > > in the <wrapperheaders> > > > > On 2010-11-29, at 04:46, Raju Bitter wrote: > > > > > Check the viewport setting for the HTML page, something like: > > > <meta name = "viewport" content = > "user-scalable=no,width=device-width" /> > > > > > > - Raju > > > > > > On Sun, Nov 28, 2010 at 1:38 PM, Founder <[email protected]> > wrote: > > >> > > >> When I set canvas to each 100% and the window to each 100% then > I assume to get a perfectly fitting window on the iphone 3G. But fact is, > that you get a perfect window which one still can move around.. I use dhtml ( > a must). What is going wrong here? I dislike using % because I want to surf > to the APP also by PC and there I want an iphone size window and nothing in % > to screen esolution. Also, I can make a window bigger than 320x480 = iphone > max site... Somthing near to 345x500, then it fills the iphone screen at > last?!?!?! > > >> > > >> Best, > > >> > > >> Duke2010 > > >> > > >> > > >> > > >> -- > > >> Sent from Ubuntu > > >> > > >> > > > > > > > >
