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. 

  • Simulator screen taps and SELECT button unresponsive

    • Acknowledged on
    • 0 Comments
    In SDK 4.2.4 the simulator seems unresponsive to user input screen taps and SELECT button presses. Checked D2Air, Venu and Vivoactive 4S. Up/Down buttons are working.
  • Strange White Screen of Death Bug

    • Acknowledged on
    • 5 Comments
    I have a small data field that has experienced this about 5 times. After publishing an update it will display only a white screen - absolutely nothing written to the screen. It is actually running, just doesn't display anything. I've tracked down the...
  • Position.parse() function fails on Forerunner 255

    • Acknowledged on
    • 0 Comments
    Position.parse() gives the wrong result on the fr255. It works OK in the sim. A code snippet based on the API document shows the problem var locString = "38.856147, -94.800953"; var myLocation = Position.parse(locString, Position.GEO_DEG); System...
  • Venu Sq 4.7 update makes data fields fail

    • Acknowledged on
    • 2 Comments
    After 4.7 update on Venu Sq and having data fields set to one screen and one field All in One data fields would only show statement to change to 1 field layout. Uninstalled it and tried 5 other data field sources and they all either squeezed all fields...
  • Swipe right end program even when onBack or onSwipe is handled and returns true

    • Acknowledged on
    • 1 Comment
    On the real device for a fenix 7, it seems that swiping right will always call the default onBack behavior regardless of whether the overloaded function returns true or false and will do so whether using a behaviordelegate or inputdelegate. The simulator...
  • some touch events not triggering first time after returning from other view

    • Acknowledged on
    • 2 Comments
    On fenix 7 on the real device (simulator does not have this problem) an onRelease event or onDrag event will not trigger the first time after returning from another view or menu via a popview or switchtoview call. onHold and Tap will work fine right away...
  • The optimizer constant folds Char comparisons incorrectly

    • Acknowledged on
    • 0 Comments
    Given: const MY_CHAR as Char = '*'; // note that MY_CHAR.toNumber() == 42 const MY_NUMBER as Number = 42; const MY_LONG as Long = 42l; const MY_FLOAT as Float = 42f; const MY_DOUBLE as Double = 42d; function check_equal(a as Char, b as Numeric...
  • Bug Report: Strength Activity types are no longer showing time in Connect Mobile App Activity

    • Acknowledged on
    • 3 Comments
    In Connect Mobile App the Strength Activity types are no longer showing time in Activity Sticker. the Workout Time is shown as "- -". top is the builtin Strength app. below is a CIQ app
  • D2 Air X10 API level incorrect

    • Acknowledged on
    • 0 Comments
    I am attempting to create an app that publishes complications (right now just for the D2 Air X10 as that is the watch I have). So far I have the minApiLevel at 4.2.0 in the manifest as the reference guide suggest that is the min API level for Toybox.Complications...
  • bug with HAS or inline SYMBOL on venusq and maybe other devices

    • Acknowledged on
    • 9 Comments
    One venuSQ user reported that the battery stopped working. After few tests I have found that there is a bug with HAS or SYMBOLS. This code 4.2.4/win10/eclipse on sim/venusq: var Symbol_getBB = :getBodyBatteryHistory ; lg( "getInitialView :getBB1...