back
▲ 2 points

Ask HN: Why mobile phones don't support HTML5?

by wslh·15y ago·0 comments·view on hn ↗
Although HTML5 is not a closed standard, iPhone, Android, WP7, etc doesn't support stuff like contentEditable and designMode.

Why do you think they are not supporting it? In the iPhone case their UITextView control is something like a UIWebView with contentEditable but you need to use undocumented APIs for that.

// no comments yet