iPad automatically scrolls past selected cell

Tags: #<Tag:0x00007f13664f2448> #<Tag:0x00007f13664f2268>

Inserting a value into a cell or tapping outside the table causes the grid to scroll past the active cell.

This happens on iPad, but i could also reproduce it with chrome devTools iPad simulator.

Code sandbox: https://thxltp.csb.app/

Video example: https://drive.google.com/file/d/12XNrBYKxh5kIYqlsXgcn36eLW97I_LNK/view

Hi @nicola

Handsontable was never focusing on iPad support, so all iPad-related issues had a low priority. We are aware that our documentation might be misleading in this case and we will change that to be more clear.

Hi Adrian.

I understand that iPad issues are low priority, and I noticed that some were fixed in the latest release, so I’m guessing you are not planning to drop support for iPad altogether.

It would still be good if I could have some support in fixing this, or at least some help in identifying the part of the code that’s causing this automatic scroll so that I can try and disable it.

Hi @nicola

Actually what I meant is that we don’t officially support Handsontable on iPad, and there’s an error in the documentation that might suggest otherwise.

I looked at your code, and tried to recreate the issue in the dev tools in Chrome, but I couldn’t get the same results. Also, your implementation is a simple configuration of Handsontable and is it works on desktop there’s not much we can do about the issues on iPad.