03-06-2021 21:12 - edited 03-06-2021 21:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-06-2021 21:12 - edited 03-06-2021 21:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm trying to incorporate a scrolling view using the virtual tile list function on my watch face. Everything is working fine, but when I scroll through the list the widget shortcut is pulled up instead.
Is there any way to either disable the system scroll function on a specific screen, or to program a separate button to scroll down through the list manually?
Any help would be appreciated. Thanks!

- Labels:
-
API
-
clockface
-
JavaScript
-
SDK
03-21-2021 12:31 - edited 03-24-2021 02:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-21-2021 12:31 - edited 03-24-2021 02:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The trick is to scroll from the middle of the screen, it works fine on older Versas
However on the newer ones it only works scrolling down.
Unfortunately you can't disable the OS scrolling. Which is infuriatingly too sensitive.
Try using a scroll bar up the side, that seems to work on all versions.
Author | ch, passion for improvement.
03-21-2021 23:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-21-2021 23:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Example scroll bar in SimpleClockDuo
Author | ch, passion for improvement.

