Skip to main content
Participant
November 19, 2012
Question

iOS TextField rich text edit

  • November 19, 2012
  • 1 reply
  • 587 views

Hi, Im trying to make a simple rich text editor.

I've got the following problem with iOS:

For a TextField instance with several text ranges having DIFFERENT TextFormat(e.g. font sizes) if the field got the input focus on iOS all the text got THE ONLY formatting

This topic has been closed for replies.

1 reply

Legend
November 19, 2012

I've had no joy with this either. Loads of issues, including; text running outside of the textfield, total loss of soft keyboard, focus on soft keyboard only on _exit_ the field, hanging, rich text display with words wrongly positioned and seemingly disconnected from the display container that holds them...

Signing onto the thread primarily out of interest to see whether anyone has any success elsewhere - for now, I've reverted to separating format from edit.

G