This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Incomplete documentation

    • Ticket Created on
    • 1 Comment
    Hi, I found that https://developer.garmin.com/connect-iq/user-experience-guidelines/displays/ has incomplete table of screen dimensions (at least for Edge devices). I miss 282x470, 246 x 322 and 230 x 303 dimensions. Generally speaking I would love...
  • Ensure that Android and IOS web requests toString() all the parameters before sending them to ensure web request behaviour is consistent.

    • Ticket Created on
    • 3 Comments
    Not sure whether this is a known issue with the simulator (or perhaps the devices if you look at it that way), or if there's an item to fix this on the backlog, but the simulator does not behave in the same way as all the hardware when making web requests...
  • Compatibility issue with watchface from IQ store

    • Ticket Created on
    • 6 Comments
    I developed a watchface for the Venu 2, then later added support for the original Venu. Even though I added the Venu in the manifest and re-uploaded the code, users with the Venu are still getting the error that their watchface is not compatible and cannot...
  • Venu2 IconMenuItem Only Half-Width

    • Ticket Created on
    • 1 Comment
    This was originally reported here: https://forums.garmin.com/developer/connect-iq/i/bug-reports/2long-labels-break-menu2-on-venu2s Since that was marked Complete / Can Reproduce I'm opening up a new ticket for the portion that should be reproducible...
  • CIQ apps on EDGE devices can't communicate via ANT PRIVATE channel

    • Ticket Created on
    • 4 Comments
    EDGE devices can't connect to private ANT channels, because they are not accepting ANT network key. deviceConfig = new Ant.DeviceConfig({ :networkKey64Bit => [0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX], :deviceNumber => 0, :deviceType => 1,...
  • Express is corrupting Settings

    • Ticket Created on
    • 2 Comments
    When I use Express to change my app's settings, the app crashes next time it runs when it calls Properties.setValue(). CIQ_LOG shows "Key does not exist in Application Properties" If I then use Connect to view / save settings, with or without any...
  • FR 55 not remembering IQ Datafield

    • Ticket Created on
    • 8 Comments
    I have written a simple DataField App. It’s been published. The issue I am seeing is the watch is not remembering that the field has been set when the activity has finished and the user returns to the Watchface. The next time the activity is selected...
  • Connect IQ simulator drawArc() leaves artifacts when anti-aliasing turned on.

    • Ticket Created on
    • 2 Comments
    I think I discovered a bug in the Connect IQ simulator (v4.0.3) drawArc() behavior when anti-aliasing is turned on. In the first screenshot (link), an arc with less than 90 degrees span is drawn (0-5sec location). artefact screenshot Some undesired...
  • Garmin VENU data field random screen offset

    • Ticket Created on
    • 2 Comments
    Hello, I am facing the issue with offset in Connect IQ datafield with Garmin VENU. When I design the whole datafield it is horizontally centered in ConnectIQ simulator, but in watch it is sometimes randomly offseted from the center. The offset is random...
  • sdk 4.0.3/4.x problems with arrays on some devices

    • Acknowledged on
    • 7 Comments
    Error Name: Unhandled Exception Devices: Venu® Sq. Music Edition: 2.60 Venu™: 5.90 Venu® Sq. Music Edition: 2.70 App Versions: 1.15.0 Languages: chs, dut, eng, jpn code: const D_NOW = 0, D_PHR = 1, ....; mDr=[findDrawableById("drawable1",...)]; mDr...