0

Like in this example:

Widget with swipe-able view

I have tried TabView but that just caused the app to crash.

Nawaf
  • 149
  • 1
  • 9
  • 2
    Only the user can do that. Widgets can only have tappable areas that open the app. That is made by the user dragging widgets on top of each other – lorem ipsum Nov 27 '22 at 14:21
  • Oh what a shame. I thought it is something that you can code in. Thank you for clarifying! – Nawaf Nov 27 '22 at 14:30

1 Answers1

0

Apparently this is something that the user can do only by stacking widgets on top of each other. It is not something you can code in the app itself.

Nawaf
  • 149
  • 1
  • 9
  • Yes, these are smart stacks, you need to donate intents to make your app available for smart stacks. Not all apps are available in the Smart Stack so you could read about donating intents – user1046037 Dec 12 '22 at 00:28