inns / mak

A universal notepad. (WIP)
https://inns.studio/mak
357 stars 6 forks source link

in safari by iOS, can't return pure edit status. #9

Closed SolidZORO closed 5 years ago

SolidZORO commented 5 years ago

in safari by iOS

can't return pure edit status,

and cant't selected text (editer is HTLM editable?)

da0ec056-5034-4ba3-a22d-ac2c81a6c08a

shuding commented 5 years ago

The editor doesn’t work well on mobile currently. It is built on top of CodeMirror and I turned off contenteditable mode for mobile (which can’t handle IME correctly: https://github.com/codemirror/CodeMirror/issues/3137).

I look forward to seeing a better solution in the future. But right now both CodeMirror and Monaco are buggy on mobile.

SolidZORO commented 5 years ago

OK, I get. thanks.