d4l3k / WebSync

WebSync is a document editing tool similar to Google Drive or Office 365.
https://websyn.ca
MIT License
301 stars 68 forks source link

can't edit equations on phone (mathquill bug) #46

Open d4l3k opened 10 years ago

d4l3k commented 10 years ago

This is happening because on Chrome for Android the keydown/keypress event is not triggered. Mathquill needs to be updated to look for a "input" event.

d4l3k commented 10 years ago

https://github.com/mathquill/mathquill/issues/65