Hi,
I've encountered a strange bug/error.
When running my watchface on my device, I am able to set the fill colour of my arc inside my <mask>, but when I run it on the simulator the arc does not have a colour.
I have created an example project for you to download and it shows my error.
When running on the simulator, the first arc, which is not positioned inside a <mask>, has it's fill colour, but the second arc, which is positioned inside a <mask> does not have it's fill colour.
When running on a device (I use Versa), both arcs have it's fill colour.
Running on versa device
Running on versa simulator
I hope someone can help!
Kind regards,
Christina J.
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Thanks, I've logged this issue with the tools team.
In the meantime, do you actually need to use a mask here? You can just overlay the two elements directly.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Brilliant! I did not know that overlaying without a mask was possible. Thank you! 🙂
Best Answer