Hi,
I'm developing a Widget and I would like to display a scroll-able list on the main page (after clicking on the Glance view).
To illustrate what I'm saying, this is the behavior of the default Health Stats widget:
- When scrolling through Glances, the widget shows limited information
- When clicking on the Glance, the widget shows another interface similar to Glances (the neighboring items are partially visible)
Please see video below:
(video also available here: https://youtu.be/AIaU69ks10g)
How can I replicate this behavior in my widget?
It kinda looks like a Menu2 with custom images.
I have tried using a Menu2 by pushing the menu view within the onShow() function of my main view. Unfortunately, this traps the user in the menu as it instantly pops back up when pressing the back button. I've tried popping the main view but this doesn't seem to be allowed.
Thanks in advance for your help!