Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Image Causing Watch to break

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.

Good customer service is solving the customer's problem. Great customer service is making sure it never happens again.
Best Answer
0 Votes
1 REPLY 1

What happens when you add load="sync" to the line of code?

 

It would be something like...

<image href="coollant.png" x="166" y="221" width="12" height="12" load="sync"/>

 

Also how big is the image ( file size )?

Best Answer
0 Votes