-
• #2
When I run your code I get the error
Uncaught ReferenceError: "settings" is not defined
and I getundefined
shown.If I just add
let settings = {};
before your code and run it, it prints out all the tags:tool,system tool,system tool,alarm outdoors,exercise,ble,bluetooth,bike,cycle,bicycle tool,system,health
Could that be it?
So I was trying to sort apps into groups based on their tag, but when I try to get the tag by writing it to the launchCache it returns undefined when I try and use it. The other properties seem to work, so I'm not sure why the tags don't. I checked the .info files on my Bangle and they all have the tags property.