Under Review
over 1 year ago

SDK 4.1.1 simulator - activity data simulation do not support button press

With SDK 4.1.1 it is still not possible to test my widget implementation that implements several behaviourDelegate classes for the widget main view and an additional map view.

(the widget can be found here: https://apps.garmin.com/en-US/apps/ffcee43d-ef4f-4175-a55a-c46b6cc2918d)

This functionality was removed since SDK version 4.0.6 and was correctly working in version 4.0.5 (I have always to switch back for testing).

That means the implementation of my behaviourDelegate classes do not work in the simulator at all.

The follwing workflow is currently not possible:

- start the widget simulation (ok)

- the glance view is shown (ok)

- enable the activity data simulation (ok)

- open the widget main view with the stat button (ok)

- press the UP button to trigger the widget logic (FAILURE: the simulator is stop and the widget disappears)

- press the DOWN button to trigger the widget logic (FAILURE: the simulator is stop and the widget disappears)

- press the BACK button to trigger the widget logic (FAILURE: the simulator is stop and the widget disappears)

- press the START button to trigger the widget logic (ok)

Thanks for your support,

TheMagician