Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    recordClick event fires very early on touch

    Hi Isomorphic,

    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",
    });
    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

    #2
    We tried with the exact version of SmartClient you mention, and did not reproduce the problem using your sample code. We tried iPhone 6s with iOS 12.0 and 11.3, and on Android 8.

    What versions of iOS and Android were you using on those devices?

    Comment


      #3
      I'm using iOS 12.0, Android 6 and 7. You are right, it's not that obvious in this example. I recreated it again using SmartGWT and Phonegap, so I'm going to make a new post in the SmartGWT forum.

      Comment

      Working...
      X