MOVE_IN and MOVE_OUT events do not work on ZeppOS 3 #294
SashaCX75
started this conversation in
Developer Feedback
Replies: 2 comments
-
Sorry, this problem has been confirmed for a long time. Currently, only the Button widget implements MOVE_IN and MOVE_OUT events. I will supplement the widget's support for gestures to the document. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. I will try to use the button to track the movement. |
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.
-
To be able to move the widget on the screen I create events for it: CLICK_DOWN, CLICK_UP, MOVE_OUT, MOVE_IN, MOVE.
Events MOVE_IN and MOVE_OUT do not work. The other events work correctly. I create events for the STROKE_RECT widget. Events don't work in the simulator and on the watch.
Beta Was this translation helpful? Give feedback.
All reactions