dalihub / nui-demo

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

[HomeApplication][WApps] Can't enable edit mode for inserted items #62

Closed p-czaja closed 4 years ago

p-czaja commented 4 years ago
  1. When items are inserted to rotary selector instead od added:
                //rotarySelector.AppendItem(item);
                rotarySelector.InsertItem(0, item);

    edit mode can't be enabled by long tap the item.

  2. Tested on:
cat /etc/info.ini
[Version]
Model=Tizen6/Unified;
Build=tizen-unified_20200605.2;
Release=20200605.2;
[Build]
Type=eng;
Date=20200605_215033;
Time=21:50:33;
Variant=NONE;
ID=tizen-unified;
p-czaja commented 4 years ago

@huiyueun, could you please take a look?

huiyueun commented 4 years ago

https://github.com/dalihub/nui-demo/pull/69