Posted 3 August 2021, 8:02 pm EST
I am seeing the problem below with Android version of Chrome on both my phone and tablet. I have not tested with any other mobile browsers. The same works 100% fine on desktop.
I am using a simple FlexGrid with inline editing. Some columns will contain numbers only, and therefore I want to use the numeric (onscreen) keyboard for input for mobile devices. To achieve this, I use InputNumber as custom editor.
The trouble starts as soon as I touch cell in the grid. The viewport jumps back to the top of the page, putting the grid cell being edited under the onscreen keyboard. I then I have to scroll down to see what I am busy typing into the grid.
The problem is easy to demonstrate:
[ul]
-
“Open your “Custom Editors” demo in Android Chrome: https://www.grapecity.com/wijmo/demos/Grid/Editing/CustomEditors/purejs”
-
“Then edit any of the cells that accept keyboard entry, e.g. Time, Country, Product or Amount columns.”
[/ul
Thanks for looking into this.