dalihub / nui-demo

Contains demos that use the TizenFX NUI library
2 stars 19 forks source link

[HomeApplication] Distinction between enter edit mode and click item. #20

Closed p-czaja closed 4 years ago

p-czaja commented 4 years ago

When edit mode is entered if long press gesture on one of the items occurs, the selected and clicked events shouldn't be raised. Only touch gestures shorter than long press should raise the Clicked event.

Tested on:

cat /etc/info.ini
[Version]
Model=Tizen6/Unified;
Build=tizen-unified_20200403.1;
Release=20200403.1;
[Build]
Type=eng;
Date=20200403_014748;
Time=01:47:48;
Variant=NONE;
ID=tizen-unified;
p-czaja commented 4 years ago

Dear @huiyueun, please take a look.

huiyueun commented 4 years ago

It is fixed, please check latest sample code.