Quantcast
Channel: Adobe Community : Popular Discussions - Archived Discussions
Viewing all articles
Browse latest Browse all 21156

Can I increase the size of html text in iPhone stagewebview

$
0
0

The html text displayed in a stagewebview is miniscule. Is there a way to resize it?

 

webView.stage = this.stage;

var rx:Number = 10;

var ry:Number = 10;

var rwidth:Number = 300;

var rheight:Number = 335;

webView.viewPort = new Rectangle(rx, ry, rwidth, rheight);

 

var htmlString:String = "<!DOCTYPE HTML>" +

"<html><head><style type=\"text/css\"> p {color:white;font-size:large;text-align:justify;}"  +

"</style> </head> <body bgcolor=\"#3EA99F\">" +

"<p>Version 1.5. (c) 2011. <br>Stageweb view text is too small to read on the iPhone</P>" +

 

"</body></html>";

webView.loadString( htmlString );

 

Message was edited by: Robert.A.Chalmers


Viewing all articles
Browse latest Browse all 21156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>