Layout callback not working? #4897
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-06-28 by rigrig That looks like it's caused by variable mangling: in the IDE settings, under Posted at 2022-06-28 by @gfwilliams That's an odd one. Looks like it's caused by the standard offline minifier trying to minify Layout.js Try it now - I made sure that the Web IDE will load a pre-minified Layout library that should work ok Posted at 2022-06-28 by RaoulDuke
That worked, thanks a lot! |
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
-
Posted at 2022-06-28 by RaoulDuke
Somehow, "cb:" on buttons does not work for me. When i run the code example from the tutorial, i get
I tried 2v14 as well as the bleeding edge build. Funny thing is, about 5% of the time it works as expected, but usually not. I also get this error message when uploading via the Web IDE:
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions