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. 

  • setFill() chrash on Venu2sq devices

    • Acknowledged on
    • 4 Comments
    I use the new texture functions for new SDK4 devices without problems. I have define a png as texture and use dc.setFill(texture) before I draw a rectangle. This is working fine in all SDK4 OLED devices. only on a Venu2sq the compiler crashed with...
  • Feature/API Request: Complication for stopwatch and timer

    • Acknowledged on
    • 0 Comments
    Now that we have complications, it would be very useful to have the system Stopwatch and Timer app export complications so that watch faces can display their current values and allow the user to touch and hold on these complications to switch to the Stopwatch...
  • Connect IQ Store search results inrelavant?

    • Acknowledged on
    • 0 Comments
    https://forums.garmin.com/developer/connect-iq/i/bug-reports/inaccurate-search-hits-in-chinese This bug was resolved serveral months ago. But now it appears again. So frustrated
  • is it impossible to check sdk without internet connection

    • Acknowledged on
    • 1 Comment
    But why? I've already installed few versions and only want to choose current e.g. for testing....
  • [iOS BUG] Links in description to other apps does not work

    • Acknowledged on
    • 0 Comments
    I have an embed ink in an app's description to another app in the store. However, in the iOS ConnectIQ app this opens an embedded web browser. I want instead for the ConnectIQ phone app to "jump" to the other app so the user can download it. I'm told...
  • Wrong observationLocationName (and maybe conditions?) since late November's firmware updates

    • Acknowledged on
    • 4 Comments
    Hi all, I have some custom watch faces on ConnectIQ that have the observationLocationName being displayed by default, meaning that any change on the location name is easily noticeable. I use those watch faces myself for more than 2 years and they always...
  • Watchface with a HTTP background process seems to not work properly anymore

    • Acknowledged on
    • 9 Comments
    A watch face uses a background process to send an HTTP request and retrieve the resulting data in the onBackgroundData function. It always worked fine, until a few days ago. Indeed, it seems that since the arrival of the 4.2.x versions of the SDK, and...
  • Sim 4.2.x does not display Menus correctly for Forerunner 735xt

    • Acknowledged on
    • 10 Comments
    Sim 4.1.7 displays menus correctly for the 735xt. If I build with SDK 4.2.1, 4.2.2, or 4.2.3 and run with Sim 4.1.7, menus display correctly. If I use Sim 4.2.x and build with any SDK, menu items and the menu title display as white blank fields. ...
  • Maybe a bug in Toybox.Weather in SDK4.2.1 or higher

    • Acknowledged on
    • 6 Comments
    I found a weird behavior in Toybox.Weather module. According to the instruction below, return type of Dailyforecast.highTemperature is Time.Moment. https://developer.garmin.com/connect-iq/api-docs/Toybox/Weather/DailyForecast.html On the other hand...
  • COMPLICATION_TYPE_CURRENT_WEATHER Value doesn't match specifications

    • Acknowledged on
    • 2 Comments
    Documentation says "Value is a String with the current weather" I expected to receive a string value, like "Sunny" or "Cloudy", but instead the value being returned is a Lang.Number. See output from debugger below: Can't attach image due to forum...