Why doesn't @contenteditable work on the iPhone?

前端 未结 6 943
无人及你
无人及你 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:51

    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.

提交回复
热议问题