Ticket Created
over 4 years ago

CIQQA-258

widget:onShow is not called always on some devices

this happen on fenix 6 (I think connected with all devices with no live update widgets)
1. sim (4.0.1) still not proper emulate widgets devices with no live update (e.g. fenix  6 has live update)

2. I have error on fenix 6 so found error on sdk 3.1.9 as it good simulate widget on device wih no live update

3. console

--start, glance view
2021-5-01 19:35:00 (001) app.initialize:
2021-5-01 19:35:00 (001) app.onStart_:
2021-5-01 19:35:00 (001) app.getGlanceView:
2021-5-01 19:35:00 (001) onShow______: onShow
2021-5-01 19:35:04 (001) app.onStop__:
--OK

--full view
2021-5-01 19:35:04 (001) app.initialize:
2021-5-01 19:35:04 (001) app.onStart_:
2021-5-01 19:35:04 (001) app.getInitialView:
2021-5-01 19:35:04 (001) onShow______: onShow
2021-5-01 19:35:08 (001) app.onStop__:
--OK

--full view on sim after choose menu [Settings][Glance view] - uncheck option
2021-5-01 19:35:08 (001) app.initialize:
2021-5-01 19:35:08 (001) app.onStart_:
2021-5-01 19:35:08 (001) app.getInitialView:
2021-5-01 19:35:08 (001) onShow______: onShow
2021-5-01 19:35:14 (001) app.onStop__:
--OK

--glance view on sim after choose menu [Settings][Glance view] - check option
2021-5-01 19:35:14 (001) app.initialize:
2021-5-01 19:35:14 (001) app.onStart_:
2021-5-01 19:35:14 (001) app.getGlanceView:
NO onShow!!!!!
2021-5-01 19:35:24 (001) app.onStop__: