语言

Menu
Sites
Language
Tizen - circle_helper.js and swipeLeft Event

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!

编辑者为: dmrugalski 07 11月, 2018
查看选择的答案

响应

3 回复
Mark as answer
André Reus

You may check this sample app https://developer.tizen.org/ko/development/sample/web/UI/TAU_UI_Components_1

You can also find this from Tizen Studio sample app section. Sample app name is  "TAU UI Components"

Andrea Jones

This is a kind of technical question that will surely be answered by professionals who is experienced in working with such kind of environment. Logo designers, should also look into these updates and design their tasks accordingly for their clients.

dmrugalski
Thanks, Yeah, I found that example in sample projects. There where wrong class name in JS file... In other way, Tizen documentation is really outdated and inaccurate... Most of examples don't work...