You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have two types of complications, ComplicationType.SHORT_TEXT and ComplicationType.LONG_TEXT. How can I hide the former on arc complication slots, and the latter for circular ones? This seems possible if you own the watch face, but I have been unable to determine the form factor of a complication slot from a ComplicationDataSourceService().
The text was updated successfully, but these errors were encountered:
Hello. This is not possible: If an Arc Complication Slot on the watch face declares that it supports ComplicationType.SHORT_TEXT, then the complication data source needs to honor that. Similarly if a circular ComplicationSlot on a watch face declares that it supports ComplicationType.LONG_TEXT, then the data source must honor that.
Certainly in the latter case, choosing to support LONG_TEXT in a (small?) circular slot may be an inadvisable choice for the watch face, but that's a watch face problem, not a data source problem.
Are you encountering scenarios where your complications are not rendering well on given watch faces?
Let's say I have two types of complications, ComplicationType.SHORT_TEXT and ComplicationType.LONG_TEXT. How can I hide the former on arc complication slots, and the latter for circular ones? This seems possible if you own the watch face, but I have been unable to determine the form factor of a complication slot from a ComplicationDataSourceService().
The text was updated successfully, but these errors were encountered: