10-05-2017 20:56
10-05-2017 20:56
Hi there,
I got my Ionic yesterday, and there aren't any clock faces that I really fancy. Which is fine -- I'm happy to make my own!
Something I've been struggling with though, is that I'd like to have a way to preview the build and see what the layout looks like, that things align, etc. I've seen some web pages that show you previews, but without letting you upload image files themselves it can be difficult to preview precise layout.
Is there a recommended way for me to author SVG layouts? Preferably locally, after which I can just post the text into Studio? Having to send it to my Ionic every time I update visuals is incredibly clumsy. (It would be even better if I could have a web preview that emulated watch events and data too!)
Thanks in advance!
Answered! Go to the Best Answer.
10-09-2017 07:35
10-09-2017 07:35
I posted this link showing how you can simulate some things in JSBin.
https://community.fitbit.com/t5/SDK-Development/How-to-simulate-image-based-clock-face-in-JSBin/m-p/...
You need to do some extra work, like converting your images to base64 and some of the syntax is different (as explained in the original post) but I still find it useful for quickly see layout changes.
NiVZ
10-09-2017 07:35
10-09-2017 07:35
I posted this link showing how you can simulate some things in JSBin.
https://community.fitbit.com/t5/SDK-Development/How-to-simulate-image-based-clock-face-in-JSBin/m-p/...
You need to do some extra work, like converting your images to base64 and some of the syntax is different (as explained in the original post) but I still find it useful for quickly see layout changes.
NiVZ
10-09-2017 07:43
10-09-2017 07:43
Great, that's super helpful. Thanks!