Skip to main content
July 6, 2012
Question

Rich text editor

  • July 6, 2012
  • 2 replies
  • 627 views

Hi

I'm trying to implement rich text editor.

I tried to use TextArea and RichEditableText.

TextArea doesn't support rich text on mobile, and RichEditableText doesn't show keyboard on iPad(e.g. it's not possible to enter any text).

Is there reasonable  way to edit rich text on iPad using adobe AIR at all???

This topic has been closed for replies.

2 replies

August 6, 2012

Still actual.

Does anybody use rich text editor or html editor on mobile devices? Is it possible to do for iPad?

Legend
October 22, 2012

I've found lots of the same problems...

RichEditableText doesn't use StageText for display and anything that does supports very limited formatting.

Wasn't sure whether it was possible to cook something up using HTMLText, but still looking into my HTML rendering options.

Anyway, sorry not to be more useful, primarily tagging on to this thread as I'd dearly like to get an answer myself!

G