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/
update
for native apps may try:
http://www.omnigroup.com/omnioutliner
https://github.com/aryaxt/ios-rich-text-editor
Comments
Post a Comment