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. 

  • Activity bug

    • Acknowledged on
    • 1 Comment
    I awoke to an activity saying that I walked 6.77 miles at 8:57 pace at 1 AM last night - meanwhile I was asleep (and garmin recorded my sleep). This was on a Forerunner735
  • Venu 2 reading HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN as a dictionary

    • Acknowledged on
    • 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 fetching...
  • Type checking issue for LightNetworkListener.onBikeLightUpdate parameter

    • Acknowledged on
    • 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...
  • Wrong time stamp showing on pulse graph on marq2

    • Acknowledged on
    • 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...
  • Fenix7 touchscreen issue

    • Acknowledged on
    • 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...
  • POS.getInfo() returns bad values when accuracy is QUALITY_NOT_AVAILABLE

    • Acknowledged on
    • 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)
  • onBack - Symbol Not Found on Forerunner 945 LTE

    • Acknowledged on
    • 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...
  • setFill and setStroke crashes the app (datafield) on Edge 1040

    • Acknowledged on
    • 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...
  • VA 4 sim crashes on call to dc.getTextWidthInPixels()

    • Acknowledged on
    • 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> ...
  • Bug: UserActivity.duration incorrect type??

    • Acknowledged on
    • 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...