app behaves differently in IDE vs bare metal #7331
Replies: 1 comment
-
Posted at 2025-02-01 by @enaon
you may add sorry, I read it a bit fast, ignore me :) Posted at 2025-02-03 by @gfwilliams Hi! I think the issue is just that while your app is being loaded it's immediately trying to load into another app - and when that happens, the second load request ends up getting ignored so then the Bangle's just running an empty app that's not even updated the screen. Instead, you could try loading after a small delay:
and that might do it for you? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2025-02-01 by user154013
I'm having infinitely more issues designing this simple app than I thought I would have. Since I'm using the quick launch (app? widget? witchcraft?) I wanted to be able to swipe down & just turn off the screen (to avoid it accidentally swiping on the cuff on my jacket). So I programmed what is (probably) the simplest Bangle app that has been made:
This works perfectly as intended on the web IDE, however when I loaded into my BangleJS2, the screen turns off fine, but then it displays a loading screen, and needs to be hard-rebooted to regain control. Does anyone know how to prevent this? Or if my approach is just completely off?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions