Hi,
I've changed the sample "Mobile Examples/Browser Example.livecod" to run on iPhone retina (640x960)
I've added only iphoneUseDeviceResolution "true" to stack code.
But the result is very strange,
the area of the browser will not fit the "rect" group.
See the image :
Any hints?
Paolo
Strange Browser fit
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Strange Browser fit
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
Re: Strange Browser fit
Paolo...
Have you set the 'autofit' of your browser control... as in
be well
Dixie
Have you set the 'autofit' of your browser control... as in
Code: Select all
iphoneControlSet browserID, "autofit",true
Dixie
Re: Strange Browser fit
Yes, I've insert them into the code, but the result it's sameDixie wrote:Code: Select all
iphoneControlSet browserID, "autofit",true

With the normal resolution (320x480) is perfect (see the image) but the problem is in the retina mode (640x960)
Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
Re: Strange Browser fit
Paolo...
I have a stack that I made when looking at the browser in liveCode mobile.. I have just tried it in both the retina and non-retina simulator mode and it works fine... I have attached it for you, maybe it will help.
be well
Dixie
I have a stack that I made when looking at the browser in liveCode mobile.. I have just tried it in both the retina and non-retina simulator mode and it works fine... I have attached it for you, maybe it will help.
be well
Dixie
- Attachments
-
- LC Browser.livecode.zip
- (2.78 KiB) Downloaded 262 times
Re: Strange Browser fit
Thanks Dixie,
now it's function
Paolo
now it's function

Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it