Why doesn't @contenteditable work on the iPhone?

前端 未结 6 942
无人及你
无人及你 2020-12-09 05:05

Safari HTML Reference: Supported Attributes says:

contenteditable

If true, the element can be edited on the fly; if false, it cannot.

6条回答
  •  抹茶落季
    2020-12-09 05:39

    If you wanted to, you could make a virtual keyboard using clever css and javascript, and make it into a bookmarklet.

提交回复
热议问题