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. 

  • Bug?: ViewLoop is not the current active page

    • Acknowledged on
    • 2 Comments
    Hi, I have a reproducible issue with the ViewLoop on my Epix Gen 2 47mm. The issue occurs only when I open my app via its glance, and then leave it open without user interaction until the timeout sends the watch back to the watch face. If after that...
  • App Quits Unexpectedly

    • Acknowledged on
    • 6 Comments
    We are developing an app for the VivoActive 5 which uses many of Connect IQ's APIs including: Sensor, Communications, and SensorHistory. The app works very well with our Android application using your Android SDK. The issue is that for no reason our...
  • IQ recorded activity minutes from run but doesn't show as a running activity.

    • Acknowledged on
    • 1 Comment
    I recorded and saved a run but noticed it never showed as a completed activity. However, total activity minutes do show. I'm not sure why it recorded this way, but it's kind of annoying when I'm chasing badges and they're not showing as a recorded run...
  • Feature Request: Add MTB DYNAMICS to the Connect IQ API

    • Acknowledged on
    • 3 Comments
    It is not currently possible to display the following information for mountain bike activities: Jump count Total air time Total distance jumped These fields are not available natively on Edge devices nor exposed via the api. Access via the...
  • Request: Update embedded browser in Sim.

    • Acknowledged on
    • 1 Comment
    The browser client (some ancient Internet Explorer) used in the Simulator is outdated and not supported by many web service providers out there. Can you please update to something more up to date so that we can debug oAuth comms in the simulator instead...
  • BUG: Text-areas with custom fonts cause app crash in Rez.mcgen

    • Acknowledged on
    • 0 Comments
    Hi, my data field has started to crash on some devices (e.g. Edge Explore, Edge 520, 520 plus) after a recent device software update update. It seems to be a problem with the auto generated code in rez.mcgen. The CIQ_LOG shows this: Error: Unhandled...
  • BUG: Simulator playback of FIT file with empty position data results in incorrect elapsed distance values

    • Acknowledged on
    • 5 Comments
    When using the simulator to playback a FIT file that contains empty position data, the value reported by Activity.getActivityInfo().elapsedDistance is incorrect. In fact, the distance is roughly 24,600km larger than it should be. Based on this, I suspect...
  • bug: strict type checker fails to compile code that checks existence of function using "has" and involves background code

    • Acknowledged on
    • 5 Comments
    import Toybox.Application; import Toybox.Lang; import Toybox.WatchUi; (:background) class MyApp extends Application.AppBase { hidden var view as MyView?; function initialize() { AppBase.initialize(); } (:typecheck(false)) function...
  • Bug - OAuth 2 requests not being correctly built in Connect IQ on Android

    • Acknowledged on
    • 4 Comments
    This is a recent bug, with no changes in my IQ datafield code since February I’m using this api https://developer.garmin.com/connect-iq/api-docs/Toybox/Authentication.html#makeOAuthRequest-instance_function The request url is of the form https://a...
  • code snippet typo for Symbol identifiers in Layers documentation

    • Acknowledged on
    • 0 Comments
    In connectiq-sdk-win-7.1.1-2024-04-17-66d0159ae/CoreTopics.html#layers the sample code seems to be in error for the Options dictionary var backgroundLayer = new WatchUi . Layer ({: x => 0 , : y => 0 , width => 240 , height => 240 }); ... var foregroundLayer...