Hi,
I’m using Handsontable to display data in a readonly table that has fixed row and column headings. All works perfectly on a desktop browser, but running in Chrome or Safari on Android/Ios the soft keyboard keeps popping up when the user touches the table in order to scroll left or right. This is extremely annoying when you are not intending to edit anything indeed cannot because the cells are readonly.
On inspection there’s a whole lot of events attached to the TD elements which enable cells to be selected etc. Is it possible to disable these?
Is there any other possible solution?
Thanks