On ZeppOS 1.0. After the user makes their selection watchface settings, they can no longer adjust them until the watch is restarted. #428
Closed
ng-huy
started this conversation in
User Feedback
Replies: 1 comment
-
The issue seems to occur only on the Emulator, not on the real device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On ZeppOS 1.0, the components below only function during the initial load of the watch face. After the user makes their selection, they can no longer adjust them until the watch is restarted.
hmUI.widget.WATCHFACE_EDIT_BG
hmUI.widget.WATCHFACE_EDIT_GROUP
This issue does not exist on ZeppOS 2.0 and above. Since I want to support a wider range of devices such as the GTS 3, GTS 4 Mini, and GTR 3, my current solution is to use
(hmSetting.getScreenType() === hmSetting.screen_type.SETTINGS && APICODE === 1)
to prevent these two components from being displayed. However, it's unclear whether this is a platform bug or an implementation mistake, especially since everything works correctly on ZeppOS 2.0 and later.19-29-16.mp4
Beta Was this translation helpful? Give feedback.
All reactions