Search code examples
ipadtexttinymceckeditorprocessor

using programs like tinymce and ckeditor in ipad programming


I'm developing an application in ipad that requires a word processor functionality and since uitextview is very limited I want to use tinymce or ckeditor especially with iOS 5 being released. However when I try to load these api's index.html page in a uiwebview, the toolbar items don't show up (copy, paste, bold, ...) and the text has all the tags shown. Do I have to edit something in the index.html page or do I have to modify the javascripts or other files for it to work with uiwebview? Thank you.


Solution

  • I've tested the latest TinyMCE Full Feature demo on an iPad running iOS5 and Safari and found no problems.

    As I understand it earlier versions didn't recognise Safari on iOS as a supported platform so it may be possible you are using one of those.