Why doesn't @contenteditable work on the iPhone? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T15:14:39Zhttp://stackoverflow.com/feeds/question/723592http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/723592/why-doesnt-contenteditable-work-on-the-iphone1Why doesn't @contenteditable work on the iPhone?plutext2009-04-06T23:06:17Z2009-10-19T02:56:44Z
<p><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html" rel="nofollow">Safari HTML Reference: Supported Attributes</a> says:</p>
<blockquote>
<p>contenteditable</p>
<p>If true, the element can be edited on
the fly; if false, it cannot.</p>
<p>Availability</p>
<p>Available in Safari 1.2 and later.
Available in iPhone OS 1.0 and later.</p>
</blockquote>
<p>However, on my iPhone, I can't get it to work. Anyone have success with this?</p>
<p>You can try it with <a href="http://dev.plutext.org/sandbox/StyleResolutionTest.html" rel="nofollow">this document</a> (admittedly not pure html, but that document works in desktop Safari, and Chrome and Firefox 3). I haven't been able to get even the simplest html document to be editable in mobile Safari. </p>
http://stackoverflow.com/questions/723592/why-doesnt-contenteditable-work-on-the-iphone/1059795#10597950Answer by ilya n. for Why doesn't @contenteditable work on the iPhone?ilya n.2009-06-29T18:39:13Z2009-06-29T18:39:13Z<p>I think this is because editing HTML requires quite an advanced user interface. That's why desktop Safari implements it, while Mobile Safari doesn't.</p>
http://stackoverflow.com/questions/723592/why-doesnt-contenteditable-work-on-the-iphone/1586769#1586769-3Answer by Ted for Why doesn't @contenteditable work on the iPhone?Ted2009-10-19T02:56:44Z2009-10-19T02:56:44Z<p>You sir are being ignorant
on iphoneos 2, post jailbreak you can use clippy to paste text i
on iphoneos 3, you can do so natively by copying off of a the w3c tryitn editor or the mail app</p>