I'm using the latest LCCS Spark Beta version. The SimpleChat displays
RAW html instead of the styled text, plus it doesn't scroll properly.
This problem was posted a few months back but is yet to be resolved.
Looking at the LCCS sdk source code, the problem seems obvious:
SimpleChat uses the class RichTextArea which the lccs team has created.
That class checks to see if "textFlow" exists. If it doesn't as in the
case of mobile it just assigns the raw html to the text field which is
obviously una...