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 is stuck before calling GlanceView.onLayout on devices with liveUpdate

    • Acknowledged on
    • 0 Comments
    Similar to https://forums.garmin.com/developer/connect-iq/i/bug-reports/simulator-doesn-t-call-glanceview-onupdate-even-though-more-than-30-seconds-passed-since-app-was-stopped (which is a similar bug on sim on devices without liveUpdate) For devices...
  • Make the magnetometer/compass data available to watch faces without starting an activity

    • Acknowledged on
    • 5 Comments
    In a watch face when using the magnetormeter/compass data through Activity.getActivityInfo().currentHeading and Position.getInfo().heading the data is only updated when starting an activity or for some time after accessing the compass widget. I'm wondering...
  • simulator doesn't call GlanceView.onUpdate even though more than 30 seconds passed since app was stopped

    • Acknowledged on
    • 3 Comments
    import Toybox.Graphics; import Toybox.Lang; import Toybox.WatchUi; (:glance) class WidgetGlanceView extends WatchUi.GlanceView { public function initialize() { log("g.initialize"); GlanceView.initialize(); } public function onLayout...
  • Timer can't call hidden function (Symbol Not Found Error)

    • Acknowledged on
    • 2 Comments
    import Toybox.Graphics; import Toybox.Lang; import Toybox.Timer; import Toybox.WatchUi; (:glance) class FooGlanceView extends WatchUi.GlanceView { private var mTimer as Timer.Timer?; public function onShow() as Void { mTimer = new Timer...
  • connectiq(version 2.17, Chinese mainland) doesn't sync app info

    • Acknowledged on
    • 0 Comments
    Hi: I found on my connectiq(android, version 2.17, Chinese mainland), the following app couldn't get updated including description and release notes, but the new release could be downloaded. It seem only this one has the issue, other apps are all OK...
  • onUpdate() event occurs once in Glances for fenix 6 (may be other devices).

    • Acknowledged on
    • 6 Comments
    Hello, On fenix 6 device there are Glances and widget with pressure sensor access does not show info. Fenix 7x device is ok. When you enter the widget on any device from Glances mode it displays values normally. App is: https://apps.garmin...
  • up and down buttons are switched in the simulator in glance mode

    • Acknowledged on
    • 1 Comment
    In SDK 4.1.4 when I start a widget in the simulator (I tried it in fenix 6) that has glance then it is displayed in the upper third of the display. When I click the up button then it jumps to the bottom third instead of the middle (as it would in a real...
  • Faulty sleep mode behaviour on AMOLED devices esp. Epix Gen 2

    • Acknowledged on
    • 7 Comments
    Does sleep mode behave any differently on AMOLED devices (especially the Epix Gen 2) compared to non AMOLED devices? I have some code that is only supposed to run in high power mode. I have the following code: function onExitSleep () as Void { ...
  • Device reboots when taping in a Picker

    • Acknowledged on
    • 0 Comments
    The device reboots when trying to tap twice in a WatchUI.Picker/NumberFactory view. The issue is reproducible in my Forerunner 955 but not in the simulator. 4024 (Forerunner 955 Solar) SW ver: 1010 Build Type: RELEASE Commit:c8c867e93f6189d817250e30f33e8c4ec384ffcf...
  • Missing m4b format

    • Acknowledged on
    • 0 Comments
    Audiobook/podcast files playback should be supported (based on https://support.garmin.com/en-US/?faq=kAQRzhwL754A1POp3f9dG7 ). But this format is missing in the API (enum Toybox.Media.ENCODING_......): https://developer.garmin.com/connect-iq/api-docs...