thank You:
When I open a text file wiith HTMLviewer:
to have it wrap the words, when I open a very wide text file,
some of the text is cut off on phone sreen.
myw.Initialize("myw")
activity.AddView(myw, 0, 0, 600, 980)
myw.LoadUrl ("file://"&File.Combine (savedir, "summary.txt"))
Thank you for your reply: