I have added two lines of code to watch face to display two images:
<image href="stairs.png" x="166" y="206" width="12" height="12" />
<image href="coollant.png" x="166" y="221" width="12" height="12" />
When I do so the watch face breaks, as if the javascript does not even execute.
When I remove this line:
<image href="coollant.png" x="166" y="221" width="12" height="12" />
The watch face works perfectly fine. I have tried different images and different names for the image and it still cause the issue.
There are no errors in the Console or Build Log. Any help would be appreciated.
Best Answer