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. 

  • Textbox bug in Connect IQ IOS

    • Ticket Created on
    • 5 Comments
    hi, I've been reported many time since few days that the "Textbox" in connect IQ IOS does not accept anymore special characteres like #, @
  • Can't use insert as code on forum due to non-robot check ...

    • Acknowledged on
    • 3 Comments
    I tried to insert some text as code on a forum post, but had to go through the non-robot check with the following image: After selecting the images I then tried to continue … but there was no way I could click OK/CONTINUE on the image checker as it...
  • WatchUi.CheckboxMenu.setFocus behaves incorrectly on simulator

    Former Member
    Former Member
    • Ticket Created on
    • 5 Comments
    WatchUi.CheckboxMenu.setFocus behaves different on the latest simulator and hardware. The simulator seems to always focus on the selection minus 1. I believe the SDK is at 3.0.12 and the simulator is at 3.0.10. I have reinstalled both to the latest to...
  • getGoalView(goalType) on Forerunner 235

    • Ticket Created on
    • 0 Comments
    I tried to use getGoalView(goalType) method in a watch face for FR235. It works on the simulator, but it doesn't on the real device. I added a println() setence inside getGoalView() for debug. In the device there's no printout to the <APP>.txt, so it...
  • Allow shared storage between apps

    • Ticket Created on
    • 26 Comments
    If a developer has multiple apps or a suite of apps, it would be interesting if there could be shared storage. For example, a widget could read from data written by a related app to display summary info, last activity info, etc. This is a somewhat regular...
  • Fit Contributor fails to write developer fields to MESG_TYPE_SESSION or MSG_TYPE_LAP messages.

    • Ticket Created on
    • 10 Comments
    Connect IQ Fit Contributor creates 'developer_data_id' and 'field_description' messages for MESG_TYPE_RECORD messages in the Activity FIT file, but it fails to create them with MESG_TYPE_SESSION or MESG_TYPE_LAP . Code - adapted from Module: Toybox...
  • Simulator doesn't report correct elapsed distance or run in real time when playing back a .fit file.

    Former Member
    Former Member
    • Ticket Created on
    • 12 Comments
    I'm testing a data field that calculates a metric based upon elapsed distance versus elapsed Time. I've tested this data field on the road, and I'm reasonably certain its working correctly. For validation purposes, I've got it printing elapsed time...
  • Simulator continues to run after playing back a .fit file

    Former Member
    Former Member
    • Ticket Created on
    • 4 Comments
    I'm using real world data files to test a data field. In this, case, I'm testing with a 300km file. It takes 18 hours to run this file, so simulation is pretty painful. I extract console logs and analyze the results. What I'm seeing it that the simulator...
  • Assorted Media Player Button Bugs Across Devices

    • Ticket Created on
    • 15 Comments
    I've been experimenting with some of the media player button handling code across different devices and run into a few issues. Below is a table which summarizes my findings. For context, Runcasts currently implements fast-forward/rewind using some pretty...
  • MapView and MapTrackView question

    • Acknowledged on
    • 11 Comments
    Hi I want to ask a couple of questions about the behavior of MapView and MapTrackView. I've searched the topics on the forum and there are some things written about MapView already, but none of them actually solves my issues. 1) setScreenVisible...