Browser Widget - scaling the content

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ckelly5430
Posts: 15
Joined: Wed Sep 11, 2013 3:44 pm

Browser Widget - scaling the content

Post by ckelly5430 » Tue Feb 21, 2017 2:38 pm

Is it possible to scale the contents of a browser widget?
I'm trying to create a full page preview of a local HTML file in a browser widget using Livecode 8.1.3

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Browser Widget - scaling the content

Post by MaxV » Thu Mar 09, 2017 1:41 am

You can use javascript, because widget browser accept javascript. For example:
http://stackoverflow.com/questions/6936 ... ss#6936658
https://davidwalsh.name/change-text-siz ... javascript
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply