Editing HTML content in native iOS app -


is there way allow editing of html content in native ios application?

for example, if building email app , want allow replying email , editing original message. needs pretty support valid html, including images, styles, etc.

i've tried contenteditable uiwebview using nsattributedstring uitextview, neither solutions - uiwebview not have way manage content or cursor position, , uitextview not render html includes images , other elements.

unless you're willing show textarea html code, think way go mobile rich text editor toolbar , stuff, because contenteditable uses shortcuts crtl + b right?!

check out these 2 guys mobile browsers:

http://mindmup.github.io/bootstrap-wysiwyg/

http://imperavi.com/redactor/

update

for native apps may try:

http://www.omnigroup.com/omnioutliner

https://github.com/aryaxt/ios-rich-text-editor

http://www.cocoanetics.com/parts/dtrichtexteditor/

https://github.com/enormego/egotextview


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -