inns / mak

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

When I type on iOS, it resets cursor position after every keystroke #4

Open gaearon opened 6 years ago

gaearon commented 6 years ago

So I end up typing backwards.

Mobile safari, latest iOS

shuding commented 6 years ago

OMG! @gaearon thanks for reporting!

Sorry but CodeMirror works not very well on mobile browsers (monaco editor as well). Also there're many other known issues on mobile (especially IME, cursor size and scrolling bugs) and currently I have no idea about how to fix them. Some web APIs are not fully supported or just have weird behaviors.

So I planned to build a light-weight iOS App using RN... 😢