Hello.
After a few tests with my iPhone on various sites (a few Django one etc) I was looking at WYSIWYG editors and realised they don't really work too well on small touch screen devices such as the iPhone. Infact, TinyMCE (which I use for most Django projects) just doesn't really work at all.
So I'm curious, is there a solution out there will allow simple text editing functions for text boxes that work on iPhone Safari? ...even just simple stuff as bold, italic, lists etc. Or would I have to come up with my own?
Thanks for any information and light on this issue.