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. 

  • flashlight state don't show white correctly in the sim

    • Acknowledged on
    • 2 Comments
    4.2.0 beta1 SDK and F7 System 6 Preview device. I have an app that turns on the flashlight, and I notices with FLASHLIGHT_COLOR_WHITE. nothing shows for the flashlight on the bottom line of the sim, while FLASHLIGHT_COLOR_GREEN and FLASHLIGHT_COLOR_RED...
  • Daily suggested workout text cut off

    • Acknowledged on
    • 1 Comment
    On page two (estimated use) the 2nd training effect values are not readable. I use german language and I see: Vorauss. aerober TE: 2.5 Vorauss. anaerober TE: ... Device: Fenix 7s SW Version: 10.44
  • Possible Bug in Connect IQ iPhone App with Setting Groups

    • Acknowledged on
    • 1 Comment
    With a recently uploaded watch face, I noticed that I couldn't save certain configurable settings on my iPhone that were inside a Settings Group. The phone app's "Save" button didn't provide a confirmation that these settings were saved. On the other...
  • Position.enableLocations documentation has a bug in code example (causes device to crash)

    • Acknowledged on
    • 7 Comments
    (See: https://forums.garmin.com/developer/connect-iq/f/discussion/319709/enable-location-bug-after-24-10-update ) The documentation at the following URL has a bug which causes a crash: [ https://developer.garmin.com/connect-iq/api-docs/Toybox/Position...
  • Application.AppBase.weak() causes Unexpected Type Error in simulator but not on device

    • Acknowledged on
    • 3 Comments
    See title. Since downloading the latest updates for my devices in the SDK Manager, my app will not start up in the simulator. I traced it to an error that is being thrown during initialization. Here is roughly what my code looks like: class...
  • meta-bug: settings groups

    • Acknowledged on
    • 7 Comments
    We have so many bugs related to settings groups... this feature is practically dead. This thread is for these purposes: 1. have a link to every settings groups related bug or discussion thread 2. give this up-votes to encourage Garmin to fix all the...
  • feature-request: add the settings group's title to the top of the screen

    • Acknowledged on
    • 2 Comments
    When you enter a settings group in ConnectIQ app you only see the settings inside the group but not the title of the setting group. In certain scenarios it important to see the title, it helps the user to understand what are the settings below it related...
  • meta-bug: array settings

    • Acknowledged on
    • 4 Comments
    I'm embarrassed to do this, though probably Garmin should be. We have so many bugs related to array settings not touched by Garmin for more than a year that this feature is practically dead. But the hope dies always last, so let's give it another chance...
  • bug: Connect IQ settings displays empty screen with loading icon only after getting back to the app

    • Acknowledged on
    • 1 Comment
    To reproduce on android (I have Android 13 on OnePlus 8t): 1. Open Connect IQ app 2. My Device 3. Open any category, any WF / app / DF / Widget 4. enter Settings 5. after a few seconds of the rotating "loading" icon disappears and the settings page...
  • ByteArray addAll() not Memory Efficient

    • Acknowledged on
    • 14 Comments
    When using the addAll() method of Lang.ByteArray, peak memory usage implies that the ConnectIQ framework is doubling the size of the array being appended to instead of extending it by the size of the appended array. For example, let's say we create...