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. 

  • dc.drawAngledText() Symbol Not Found Error on Venu 3 and Venu 3s

    • Acknowledged on
    • 5 Comments
    Example: if(dc has :drawAngledText) { dc.drawAngledText(x, y, font2, text2, Gfx.TEXT_JUSTIFY_LEFT, 90); } On other watches like Forerunner 955, it draws the text. On other watches that don't support drawAngledText(), it doesn't try to draw...
  • Popping MapView upon KEY_Up or KEY_DOWN does not behave as expected

    • Acknowledged on
    • 2 Comments
    Adding a delegate to a mapview that pops the mapview off the stack upon KEY_UP or KEY_DOWN does not always pop the view. It sometimes temporarily shows the old view and then reloads the map view. It is not deterministic and sometimes it works and sometimes...
  • Compiler crashes when type check is enabled

    • Acknowledged on
    • 6 Comments
    When compiling my app (available here https://github.com/matco/badminton ) with type check enabled (parameter -l set to 1, 2 or 3), the compiler crashes with the following error: ERROR: class com.garmin.monkeybrains.compiler2.ir.expressions.ModuleAccess...
  • Simulator Bug with scalable fonts

    • Acknowledged on
    • 4 Comments
    See attached: Mac OS 14. The font is BionicBold size:120
  • Native Notification Alerts Empty Box Typo

    • Acknowledged on
    • 0 Comments
    I didn't know where else to report this bug, so I'll report it here. The native Garmin notification alerts show a typo in the time of day for calendar alerts, showing a rectangle in place of an empty space, e.g., 4:00 ▯PM - 5:00▯PM . (I tried uploading...
  • Menu display is messed up on some devices in sdk 6.3.0 and 6.3.1

    • Acknowledged on
    • 2 Comments
    For example, on fenix5xplus, the menu on the device (and in the simulator prior to 6.3.0) has 3 rows. The text in each row is centered, the top and bottom rows have smaller text, the top row has an "up" arrow above the text, and the bottom row has a ...
  • There needs to be a way to find the current background color, or current color scheme

    • Acknowledged on
    • 0 Comments
    I posted a question here asking how to find the current background color in a Menu2, so that I can draw the Icon in an IconMenuItem in a sensible way. I'm pretty sure the answer is that you can't. The personality library provides lots of good, device...
  • venu3 series devices can crash SDK 6.3.0/1 simulator

    • Acknowledged on
    • 5 Comments
    Simulators from older SDKs seem OK. 4 field simple datafields can crash the venu3 series simulator This applies to the venu3, venu3S and vivoactive5. 1, 2 or 3 field displays are OK. The simulator crashes when some numeric values are returned from...
  • bug with settings in datafiled

    • Acknowledged on
    • 3 Comments
    1. When getSettingsView() returns [v, d] where - v extends UII.Menu2 - d extends UII.Menu2InputDelegate sim shows menu inside last DF 2. on my f7 14.36 there is problem to show 2 CIQ DFs (especially when I want to change type of DF), - list...
  • debugger in vsCode incorrectly prints escape character for double quotation mark

    • Acknowledged on
    • 5 Comments
    This bug concerns a problem that exists on the debugger output only. I do not know if it exists yet, when ConnectIQ apps output debug messages inside the debug .TXT file that users have access to. Previously this code would print out properly in the...