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. 

  • feature-request: add possibility to filter out errors in ERA

    • Acknowledged on
    • 0 Comments
    Since Garmin don't fix many bugs, we get lots of unfixable errors in ERA. System Errors, or "Data Field Is Not Running" in onUpdate, and other nonsense. It would be nice to be able to filter these out. For simplicity I would be happy to be able to right...
  • Inconsistent onStopSync Behavior Across Devices

    • Acknowledged on
    • 0 Comments
    According to the documentation, SyncDelegate.onStopSync() is only called “when an active sync is being cancelled by the user.” This is also how it behaves in the simulator. However, when testing on an Epix Pro Gen 2, I observed that onStopSync() is...
  • Critical: WatchUi.getCurrentView Causing Invalid Value and Unhandled Exception Errors

    • Acknowledged on
    • 7 Comments
    My users have been experiencing crashes that appear to be related to calls to WatchUi.getCurrentView() . Specifically, Invalid Value and Unhandled Exception errors occur when accessing the array returned by this call, and Unexpected Type errors are raised...
  • Add option for 0.00$ to Connect IQ Merchant Account payment system

    • Acknowledged on
    • 0 Comments
    As since now it is mandatory to select a future payment option with Trial versions, please add an option for $0.00 in the Merchant Account payment system as now there is no way to offer trial apps for Connect IQ Merchants.
  • Primitive Drawing Anti-Aliasing Issue on Edge 850 and 540

    • Acknowledged on
    • 1 Comment
    Primitive drawing elements such as lines, circles, and rectangles rendered with active anti-aliasing on Garmin Edge devices appear to be anti-aliased against a white background, even when the actual background color is different. This results in visible...
  • Incomplete info about return types of Application.loadResource() and WatchUi.loadResource() in API docs and api.mir

    • Acknowledged on
    • 0 Comments
    According to the API docs and api.mir file, functions Application.loadResource() and WatchUi.loadResource() can't return primitive numeric values, e.g. Number or Float , but they certainly can, and JsonDataResources sample demonstrates it by declaring...
  • CustomMenuItem.isFocused() incorrect on real Edge 850 device

    • Acknowledged on
    • 3 Comments
    I tried to implement a focus indicator in my CustomMenu . On these devices, CustomMenu already provides a native focus indicator: a frame with rounded inner corners. The frame uses the system background color rather than the background color defined for...
  • CustomMenu :titleItemHeight causes menu item clipping

    • Acknowledged on
    • 2 Comments
    When I set :titleItemHeight in the CustomMenu constructor to a value smaller than :itemHeight , the menu items get clipped. The items still appear to keep the height defined by :itemHeight , but their contents are cut off at what looks like the :titleItemHeight...
  • Data figures resizing.

    • Acknowledged on
    • 1 Comment
    I have a 1050, and I use Edge MapFields 1, I have version 4.1, and my X50 has been updated to 30.18. The bottom part of the data fields do not fit all the data, using 4 data fields, it's cut off halfway down the lower numbers. Is there any way I can...
  • Edge 850: onNextPage/onPreviousPage not fired by buttons

    • Acknowledged on
    • 6 Comments
    My app uses a CustomMenu and implements the callbacks Menu2InputDelegate.onNextPage and Menu2InputDelegate.onPreviousPage . These callbacks work as expected on other devices and also in the simulator for the Edge 850. However, on a physical Edge 850...