Re: Double Clicking on a Field

2020-12-04 Thread Tore Nilsen via use-livecode
Try this in the script of the field: on mouseUp —do your scrolling thing End mouseUp on mouseDoubleUp — do your navigation between cards End mouseDoubleUp Best regards Tore Nilsen > 4. des. 2020 kl. 15:14 skrev Sannyasin Brahmanathaswami via use-livecode > : > > I want a user to scroll

Re: Double Clicking on a Field

2020-12-04 Thread Brian Milby via use-livecode
Why do you need to use double tap? The code should distinguish between a scroll and a tap and react appropriately. The mobile scroller code in common use should facilitate this. If a double tap is really needed, then it would probably need to be included in that same behavior script. The big

Double Clicking on a Field

2020-12-04 Thread Sannyasin Brahmanathaswami via use-livecode
I want a user to scroll the fields. If a user sends mouseup, simply scrolls the field. It does not react. It is locked. But if the user double clicks on field, it reacts. Basically it goes to another cards, taking with it a single Title in the list, on a double click of the field If I try If