I have tried your sample in my Gear S2 emulator. However, both CSS and Javascript files (e.g. tau.css and tau.js) serving the Tizen Advanced UI Framework can't be introduced into the web app.I have referenced the online tutorial (https://developer.tizen.org/dev-guide/2.3.1/org.tizen.web.apireference/html/ui_fw_api/wearable/circular_support/circular_support.htm) to inser the two <link> elements into the <head> element and a <script> element into the <body> element.
<link rel="stylesheet" href="tau.css">
<link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)" href="tau.circle.css">
Nevertheless, after the web app is launched in the debug mode, I have never got the help from the Tizen Advanced UI Framework. That's to say, the three TAU-series files are unavailable.
Could you please teach me how to introduce the TAU files into my app?
I try to use handling rotary events from bezel in my watchface for s2-3 for settings menu with web api , but I can't hanle this events.. just nothing handled by this listener (( why ???
I try to use handling rotary events from bezel in my watchface for s2-3 for settings menu with web api , but I can't hanle this events.. just nothing handled by this listener (( why ???