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. 

  • bug: nested ternary operator returns incorrect value in SDK 8.0.0

    • Acknowledged on
    • 3 Comments
    const C = 5; function onUpdate(dc) { var show = true; var display = true; var oldCode = show ? dc.getFontHeight(Graphics.FONT_XTINY) : display ? C : 0; var newCode = show ? dc.getFontHeight(Graphics.FONT_XTINY) : (display ? C : 0); System...
  • bug: simulator.json lists some strange fonts

    • Acknowledged on
    • 1 Comment
    For some devices the simulator.json has some "strange" fonts in some fontSets. For example: approachs50: in the "apac_tha" fonts: { "fontSet": "apac_tha", "fonts": [ { "filename": "bitstreamVeraSans 16", "name": "xtiny" }, { "filename...
  • Feature request: access to user waypoints

    • Acknowledged on
    • 0 Comments
    I am working on a navigation app. One of the things I would like is to be able to tap into the user's saved locations to show them on a map. Right now, there is no way to access the position of a user waypoint: https://forums.garmin.com/developer/connect...
  • Feature request: Allow custom rotation of MapView

    • Acknowledged on
    • 0 Comments
    I want my users to be able to view objects on a map that is rotated to show them what is ahead of them. I want to do this using the compass. Right now the MapView can only be rotated according to a user setting: fixed or track view. This doesn't work...
  • Wrong months in more-activities

    • Acknowledged on
    • 1 Comment
    Bar graph in “more-activities-allcycling-1year” shows february as january etc. It is one month off.
  • Loading HLS audio (m3u8 playlist)

    • Acknowledged on
    • 0 Comments
    Ubuntu 24.04, Connect IQ 7.4.3 After loading the .m3u8 file, the responseCallback event is triggered, where the code = 200 and date = null are transmitted. At the same time, Viewing HTTP traffic shows that the media is being loaded. After loading...
  • walkingStepLength returns 0

    • Acknowledged on
    • 6 Comments
    var profile = UserProfile. getProfile (); var stepLengthMM = profile.walkingStepLength; walkingStepLength returns 0 on Fenix 7S, SW version 19.41 and VA4S SW version 8.3
  • no packing format supported (jpg, png) for new Instinct 3 AMOLED (45mm and 50mm)

    • Acknowledged on
    • 1 Comment
    Hi together, is that only a compiler.json bug for the new instinct3 AMOLED devices. This section is missing in compiler.json "imageFormats": [ "yuv", "jpg", "png" ], therefore the compiler warning in showing if use the packingFormat =...
  • Connect IQ SDK 7.4.3 Oauth2 malforms urls on Android

    • Acknowledged on
    • 9 Comments
    When using the authenticate oauth2 API, the url sent to the default browser by the Connect IQ app is malformed on Android devices. The url should look like https://requesturl ? parameter1=xxxxx&parameter2=yyy etc But instead it produces https:/...
  • Global issue with GPS files in latest update?

    • Acknowledged on
    • 5 Comments
    There are stories bubbling up on the socials and in the press that there is a problem with Garmin watches crashing globally in the past few days. I have one user reporting my app has been unable to connect to GPS on a F8 for the past couple of days...