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. 

  • Provide polyfill where needed in Toybox.Graphics.Dc API

    • Acknowledged on Sep 24, 2024
    • 9 Comments
    Basically, there should be no "[view]" sections below any of Dc methods in the docs. The context is as follows: I really don't understand the thought process behind adding a DC method that is supported on just some devices. What does Garmin expect...
    • Sep 24, 2024 1:07 PM
  • Canceling Communications.startSync doesn't work on the Fenix 7s

    • Acknowledged on Sep 24, 2024
    • 0 Comments
    TL:DR On the Fenix 7s , the cancel confirmation dialog used by Communications.startSync doesn't seem to work correctly. However the cancel confirmation dialog used by Media.startSync does work correctly. Scenario On the Fenix 7s, if you use Communications...
    • Sep 23, 2024 11:52 PM
  • Creating Full White Color Results in Transparent

    • Acknowledged on Sep 23, 2024
    • 6 Comments
    We might expect this code to draw a filled white circle: var testWhite = Graphics.createColor(0xFF, 0xFF, 0xFF, 0xFF); dc.setFill(testWhite); dc.fillCircle(halfScreenWidth, halfScreenHeight, 10); However, what actually happens is nothing is drawn...
    • Sep 23, 2024 2:38 AM
  • Weather.getCurrentConditions() causes crash on Fenix 8

    • Acknowledged on Sep 20, 2024
    • 8 Comments
    The last line in the following snippet causes a crash: if (Toybox has :Weather ) { dialMinMax = showFarenheit? [ 50.0 , 100.0 ]:[ 0.0 , 50.0 ]; var weather = Weather. getCurrentConditions (); Here is the crash report from the ERA: Error...
    • Sep 20, 2024 8:09 AM
  • Watch app exit confirmation dialog always causes exit on Edge 540 (and I suspect other x40 devices)

    • Acknowledged on Sep 20, 2024
    • 0 Comments
    I am implementing a confirmation dialog on exit, so capturing the escape key like this: case Ui.KEY_ESC: var dialog = new Ui.Confirmation("Are you sure you want to exit?"); Ui.pushView( dialog, new AppExitConfirmationDelegate(), Ui.SLIDE_IMMEDIATE...
    • Sep 19, 2024 5:22 PM
  • System Error calling Storage.setValue() lastest FW

    • Acknowledged on Sep 19, 2024
    • 17 Comments
    This bug report evolved from https://forums.garmin.com/developer/connect-iq/f/discussion/383923/system-error-calling-storage-setvalue-lastest-fw-on-venu-3-and-fr-965 I'm getting many user reports of watchface crashes. if I look in ERA these are System...
    • Sep 19, 2024 10:10 AM
  • Setting weather observation time in CIQ Simulator doesn't work

    • Acknowledged on Sep 19, 2024
    • 0 Comments
    Observed on both Windows 11 and macOS Sonoma Steps to reproduce: 1) Open the Set Weather dialog 2) Change or just note the hours and minutes of the weather time 3) Press OK to close the dialog 4) Open it again -> the weather time now shows...
    • Sep 19, 2024 7:50 AM
  • Sleep schedule overlap

    • Acknowledged on Sep 19, 2024
    • 1 Comment
    Someone please explain how sleep at 2pm up at 2300 shows error schedule overlap???
    • Sep 18, 2024 10:19 PM
  • Relative paths in local variables in jungle files are resolved incorrectly.

    • Acknowledged on Sep 18, 2024
    • 1 Comment
    According to the jungle reference (see the last paragraph), relative paths in jungle files are resolved relative to the jungle file they appear in. But relative paths in local variables are actually resolved relative to the manifest file. In the "default...
    • Sep 17, 2024 11:11 PM
  • About Garmin connect iq APP ranking

    • Acknowledged on Sep 17, 2024
    • 4 Comments
    I spent three months on a dedicated server in China to get my watch face into the top two of Hot&Fresh, but it suddenly disappeared from the rankings and only ranked first in the subcategory. I don't know what happened, is it because of some special...
    • Sep 17, 2024 9:10 AM