06-23-2019 07:35
06-23-2019 07:35
Hey,
I´m trying to use an image to show the pointers in the clock face.
Inside the g element of svg isn´t working, and make it directly in the image, the group.rotate in the app/index.js gives error.
Any tip?
Best Answer06-26-2019 06:58
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.
06-26-2019 06:58
We'll need to see the code and the error. Are you following this? https://dev.fitbit.com/build/guides/clockfaces/#analog-clock
Best Answer06-28-2019 14:48
06-28-2019 14:48
The problem is to use an image inside the <g> element to do the translation and to have pointer events.
Any idea?
Best Answer07-01-2019 13:52
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.
07-01-2019 13:52
Pointer events should work. https://dev.fitbit.com/build/guides/user-interface/javascript/#events
If it's not, can you provide sample svg and js code?
Best Answer