You are reading a single comment by @ccchan and its replies.
Click here to read the full conversation.
-
The number for me will not necessarily be the same as for you.
- Have the Bangle show your clock face app.
- Be connected to the Web IDE.
- Enter
Bangle["#onswipe"]
and laterBangle["#ondrag"]
into the Web IDE left hand field (console/terminal). Look at what you get back. Then use this from backswipes readme to determine the numbers you want:
They return undefined if no handler is active, a function if one is active, or a list of functions if multiple are active.
Use the numbers you determined for the settings for "Standard # of handlers".
- Have the Bangle show your clock face app.
Is it still unclear how to do this after you've read it's readme text? I can give you some tip if you elaborate on your problem and maybe the readme should be made more instructive?