benjaminheng / snipbase

A social and collaborative code snippet manager.
http://snipbase.hbenjamin.com/
4 stars 1 forks source link

Snippet editor (Ace editor) does not work on mobile #1

Closed benjaminheng closed 9 years ago

benjaminheng commented 9 years ago

Problem: Each character overrides the previous character, leaving the user unable to type. Suggested solution: Do a check if the user is on mobile. If on mobile, do not render the ace editor over the textarea. The user can then input text into the textarea.

TimothyTam commented 9 years ago

As of 6f3f8d8: Text area is not hidden by default If it is not a mobile device, ace editor will replace text area