I am using mathquill lib (mathquill git) and I am trying to make a keypad and a backspace using html buttons but I can't figure out how to move the cursor throw the formula.
Thanks,
I am using mathquill lib (mathquill git) and I am trying to make a keypad and a backspace using html buttons but I can't figure out how to move the cursor throw the formula.
Thanks,
You can trigger custom keydown event on textarea within mathquill to move cursor through formula.
Use charCode / keyCode / which are:
Thanks.