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. 

  • Issues with the type checker and covariant arguments

    • Acknowledged on
    • 0 Comments
    Given the following code: function testMenu1() as Menu2 { var menu = new CheckboxMenu({ :title => "My CheckboxMenu" }); unsafeAddItem(menu, new MenuItem("hello", null, :hello, null)); return menu; } function testMenu2() as Menu2 { var...
  • Visual Studio Code and makeWebRequest and SDK 4.1.6+

    • Acknowledged on
    • 9 Comments
    Hi, this does not work with SDK 4.1.6 and later in Visual Studio Code: Communications.makeWebRequest("https://api.openweathermap.org/data/2.5/weather", params, options, method(:onReceiveWeather)); Error: Invalid '$.Toybox.Lang.Method(responseCode...
  • 955 sim - fonts are very different than on the real device

    • Acknowledged on
    • 3 Comments
    Here's an example of my watchface in the SIM vs on a real device: I know the SIM is not 100% accurate (sadly) but here's it's really more than off... As you can see it's nearly impossible to style a watchface with the SIM if fonts are that off......
  • 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
    • 6 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...