Skip to main content
Participant
November 17, 2011
Question

Problem with htmlText

  • November 17, 2011
  • 1 reply
  • 319 views

I use a lot of htmlText in may App. When i add them to a scrollable List and swipe this list then sometimes the first line of my dynamic htmlText Field disapears. There seems to be a scroll function inside a html Textfield. Anybody with the same problem?

Thank you very much

This topic has been closed for replies.

1 reply

Participant
November 30, 2011

I found the solution:

myHTMLText.mouseWheelEnabled = false;

myHTMLText.cacheAsBitmap = true;