In the simulator in CIQ 4.0.x, the value of DeviceSettings.isGlanceModeEnabled was always *true* for devices that supported widget glance views.
This appears to have been changed in CIQ 4.1.x as the value of DeviceSettings.isGlanceModeEnabled is now only true when the "Glance View" menu option (Settings -> Glance View) is checked. This means that we are now unable to simulate widgets running fullscreen after selecting the widget from glance view since there is now no way to determine if the widget is being run from the glance view or not. And then, because of this, the up/down button events are not passed to the widget.