spiffcode / ghedit

A fast, powerful web-based code editor for GitHub repositories
https://spiffcode.github.io/ghedit/
MIT License
341 stars 49 forks source link

Add iOS Arrow Key Support (Like Ace) #22

Open straley opened 7 years ago

straley commented 7 years ago

Getting iOS arrow keys to work has been difficult for many IDEs. ACE found a solution with https://github.com/ajaxorg/ace/pull/3172. Could this work here as well?

sr229 commented 7 years ago

unfortunately, Monaco Editor has no support for Mobile OSes yet