Scaling of Mobile Browser Content

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Scaling of Mobile Browser Content

Post by ctflatt » Wed Dec 09, 2015 12:36 pm

Good morning all,

I am using an instance of the mobile browser, which is working.

Is it possible to scale the page content to the width of the control via script?

Any help would be much appreciated.

Many thanks,

Todd

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Scaling of Mobile Browser Content

Post by Dixie » Wed Dec 09, 2015 1:28 pm

Code: Select all

 iphoneControlSet browserID, "autofit",true

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Re: Scaling of Mobile Browser Content

Post by ctflatt » Thu Dec 10, 2015 1:34 am

As always, much appreciation to you, Dixie!

:lol:

Post Reply