Hi Isomorphic,
please see this showcase-example.
with this Code:
We use such a ListGrid, with recordClickHandler in our application for touch devices. If one scrolls down in the LiveGrid example, and touches the screen, to stop at a specific record, the attached recordClickHandler fires immediately. Is it possible, to change this sensitive behaviour so, that the recordClick does not fire if one wants just to stop at a specific position while scrolling?
Setup:
SmartClient Version: v12.0p_2018-09-26/PowerEdition Development Only (built 2018-09-26)
Tested Devices: iPhone 6s Plus, Motorola Moto G4, Huawei P8
Kind Regards
please see this showcase-example.
with this Code:
Code:
isc.ListGrid.create({
ID:"dsListGrid",
width: "100%",
height: "100%",
autoFetchData: true,
dataSource: "supplyItem",
recordClick: "isc.say('Hello')",
cellHeight: "70",
});
Setup:
SmartClient Version: v12.0p_2018-09-26/PowerEdition Development Only (built 2018-09-26)
Tested Devices: iPhone 6s Plus, Motorola Moto G4, Huawei P8
Kind Regards
Comment