Open dapgo opened 1 year ago
I think the issue is caused by expecting an image icon, but the default Launcher that has not an icon associated.
apps
=[
{
name: "Launcher",
type: "launch",
icon: undefined, sortorder: -10,
src: "launch.app.js"
},
I can do a PR with code to modifying lines related to g.drawImage for it but also adding a gesture to touch 2 change app and touch 3 to open app.
@gfwilliams Is it ok adding new functionalities without forking? should creator be asked?
Yes, this sounds like a good bug fix to have - happy to take a look at any PRs, and feel free to tag in the author(s) of dtlaunch (@thyttan @Ronin0000 @halemmerich I think)
(and thanks for the detailed report/investigation)
Affected hardware version
Bangle 1
Your firmware version
2v16
The bug
Scenario: After launching the app, 1st page is empty, moving with btn3, so moving to next app, then the icon for second app is displayed and so on.
Expected: 1st page show 6 icons for apps
Checking on IDE, the app start with following errors:
After clicking btn3, error on console:
Installed apps
No response