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: align ViewLoop look-and-feel with current Garmin widgets

    • Acknowledged on
    • 1 Comment
    I was a bit disappointed that the ViewLoop implementation actually has a different look & feel than the current Garmin widgets. I really like the simple and effective dots that Garmin is using on its current widgets to show the number of views and which...
  • Data Fields Layout in real fr55 device not matching Sim!?

    • Acknowledged on
    • 2 Comments
    Like in my previous reports: https://forums.garmin.com/developer/connect-iq/i/bug-reports/7-8-fields-layout-in-real-fr955-device-but-not-in-sim https://forums.garmin.com/developer/connect-iq/i/bug-reports/data-field-heights-in-sim-not-matching-real-world...
  • 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...