I am trying the Page Indicator in Tizen Wearable Application for Gear S3 Frontier. When I use the code pasted there, It works fine for text only. E.g. when I try to add controls on each section (being shown as page on the screen) It doesn’t work. Even if I set a background image the whole design gets scattered.
Here’s my code (slighlty modified from the original article):
HTML:
<div id="taskListPage" class="ui-page" data-enable-page-scroll="false">
<div id="pageIndicator" class="ui-page-indicator" data-layout="circular"></div>
<div id="hsectionchanger" class="ui-content">
<!-- section changer has only one child. -->
<div>
<section class="ui-section-active">
<h3> Page1 of 2</h3>
</section>
<section>
<h3> Page2 of 2</h3>
</section>
</div>
</div>
</div>
How to Use Page Indicator of TAU
I am trying the Page Indicator in Tizen Wearable Application for Gear S3 Frontier. When I use the code pasted there, It works fine for text only. E.g. when I try to add controls on each section (being shown as page on the screen) It doesn’t work. Even if I set a background image the whole design gets scattered.
Here’s my code (slighlty modified from the original article):
HTML:
CSS:
JavaScript:
Error when I run the script:
file:///lib/tau/wearable/js/tau.min.js (20) :[tau][10/24/2019, 1:28:31 AM]
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio