markdown-palettes icon indicating copy to clipboard operation
markdown-palettes copied to clipboard

The deficients in the iOS explorer

Open hh0592821 opened this issue 5 years ago • 3 comments

In the current Luogu discussion, iOS users can not type whole Chinese words in any input method. It is able to input single characters but is not able to display words which is more than one characters.

Even worse, if I use the default input method 九宫格拼音, it can not input even one character. It shows number symbols.

hh0592821 avatar Jan 07 '19 09:01 hh0592821

Successfully reproduced. Temporary fix would be falling-back to <textarea> on iOS.

laosb avatar Jan 07 '19 09:01 laosb

然而洛谷上并没有修复。

e3c8f1a924 avatar Mar 27 '19 11:03 e3c8f1a924

@hh0592821

this bug originally caused by CodeMirror I think, and its developers said that there haven't any solutions now.

refs: https://github.com/codemirror/CodeMirror/issues/3690

https://github.com/luogu-dev/markdown-palettes/blob/5accb54d35f83b279acd710d459eae8f6f98d543/src/mixins/InputAreaMixin.js#L14

https://github.com/luogu-dev/markdown-palettes/blob/a96e47193c2dcaca1f38788817ce5fb60d0d2ca6/package.json#L26

himself65 avatar Mar 27 '19 15:03 himself65