I am trying to implement a mini browser in adobe air. The browser should work just like a mobile phone browser, i.e. Select the width of the website to a certain width (specified in the html component) and leave a scrollable height.
I managed to make a mini browser using the scaleX, scaleY properties of the mx: HTML component, however these websites look unreadable.
I also tried setting the css3 zoom property, and it works fine, but it only reduces some elements, so it will spoil the site layout.
My question is: is there a way to make a mini browser that displays the full content of the website?
thanks for the help
Bynho source
share