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. 

  • Venu 2 reading HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN as a dictionary

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    My Venu 2 with a makeWebRequest with responseType set to HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN still put the result in a dictionary instead of dumping it into a string. This is not happening in the simulator, just on the physical device. My app is...
    • Apr 12, 2023 1:03 AM
  • Type checking issue for LightNetworkListener.onBikeLightUpdate parameter

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    When overriding the method LightNetworkListener.onBikeLightUpdate it says that the parameter data is of type Ant.Message which in reality is AntPlus.BikeLight . Also the API documentation has to be corrected: How to reproduce: Try compile the...
    • Apr 11, 2023 10:16 PM
  • Wrong time stamp showing on pulse graph on marq2

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    When looking at pulse data in the marq2 is shows a graph with the last 4h of data. And youre able to scroll back in time. Pressning the graph once the graph now shows the actual time stamps of the measurements instead of hours backwards. The bug is...
    • Apr 11, 2023 9:17 PM
  • Fenix7 touchscreen issue

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    I am a Fenix7 user. Until now, I haven't used the touch interface but recently, I implemented System6's onPress() on a watch face I developed, and noticed that clickEvent.getCoordinates() outputs coordinates that are different from the actual touch...
    • Apr 11, 2023 6:27 AM
  • POS.getInfo() returns bad values when accuracy is QUALITY_NOT_AVAILABLE

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    win10/eclipse/4.2.3 according to doc, should return null but returns what you can see below (and even no consequences, sometimes bad position is 0,0, sometimes 180,180)
    • Apr 8, 2023 6:32 PM
  • onBack - Symbol Not Found on Forerunner 945 LTE

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    Hi, The following function call works perfectly fine on all devices and for a long time, however since two weeks I received a report from a single user who gets Media Error on every back press. Menu2InputDelegate. onBack () Error Name: Symbol...
    • Apr 7, 2023 3:42 PM
  • setFill and setStroke crashes the app (datafield) on Edge 1040

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    Example: function onUpdate(dc as Dc) as Void { dc.setColor(Graphics.COLOR_WHITE, Graphics.COLOR_WHITE); dc.clear(); dc.setAntiAlias( true ); dc.setColor(Graphics.COLOR_PINK, Graphics.COLOR_WHITE); dc.fillCircle(dc.getWidth()/ 3 , dc.getHeight...
    • Apr 7, 2023 3:34 PM
  • VA 4 sim crashes on call to dc.getTextWidthInPixels()

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    This line (simplified to debug this problem) var w = dc.getTextWidthInPixels("X", Gfx.FONT_SMALL ); the first time this function is called, crashes in the Vivoactive 4 Sim with a Error: Symbol Not Found Error Details: Failed invoking <symbol> ...
    • Apr 6, 2023 11:42 PM
  • Bug: UserActivity.duration incorrect type??

    • Acknowledged on Feb 20, 2025
    • 12 Comments
    Based on the documentation, UserActivity class member duration should return a number (just like class member distance ), but it does not. Duration seems to be an object. It doesn't seem like it's part of either the Time.Moment class or Lang.Number class...
    • Apr 6, 2023 6:38 AM
  • steps length are bad

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    win10/eclipse/4.2.3 sim: as on imagebelow my devices- I don't have in profile my own steps length so it means it's calculated auto - f7 - both null - f6 - both zero but one user (f5X) can see 620 so probably put his own data and its is in mm...
    • Apr 5, 2023 9:27 PM