Hi, I am getting a build error: TextArea not supported, for some devices that do support CIQ 3.1.0 (e.g. D2 delta and vivoactive3) these devices are CIQ 3.1.0 according to :https://developer.garmin.com/connect-iq/compatible-devices/
Just tested the vivoactive3 in the simulator and it works just fine, but when exporting the project I get:
in my layout file I have:
<text-area id="TimeLabel" x="center" y="55%" width="100%" height="30%" justification="Graphics.TEXT_JUSTIFY_CENTER | Graphics.TEXT_JUSTIFY_VCENTER" color="Graphics.COLOR_WHITE"> <fonts> <font>Graphics.FONT_NUMBER_HOT</font> <font>Graphics.FONT_NUMBER_MEDIUM</font> <font>Graphics.FONT_NUMBER_MILD</font> </fonts> </text-area>
running SDK: 4.2.3
Visual Code with MonkeyC v. 1.0.8
Appreciate the help
/Fredrik