I tried to use the virtual keyboard in combination with editable tables
<td contenteditable="true">
but unfortunaltly in file jquery.keyboard.js line 3001 function createTextRange() is called which is not allowed for <td>-elements.
Is there a work around of fix for this issue?
I tried to use the virtual keyboard in combination with editable tables
<td contenteditable="true">but unfortunaltly in file jquery.keyboard.js line 3001 function createTextRange() is called which is not allowed for
<td>-elements.Is there a work around of fix for this issue?