Hello I have a question, Can i use swipeLeft event (and see "calling" and "message" texts) for SwipeList component(https://developer.tizen.org/ko/development/api-references/web-application?redirect=https://developer.tizen.org/dev-guide/4.0.0/org.tizen.web.apireference/html/ui_fw_api/Wearable_UIComponents/wearable_swipelist.htm ) when i have include circle-helper.js lib? I Can do swipe event (on circular simulator) only if I remove import for lib mentioned above. I'm a beginner in Tizen Development and I don't know how to use that.
My use case: I have a list with 10 elements. This list should be scrollable by finger and bezel rotation. After swipe left/right on any of list element I would like to see "calling" or "message" info. Simply: I can't do that when I have imported circle-helper.js lib.
Thanks in advance for your response!
Have a nice day!