If I want to remove the application card when I push a button, what can I do?
What do you mean by application card? Maybe show an example.
If I push the exit button, the application closes
1 Like
Use close application block in button click event
Choose close app block from Control Drawer and use it in a button click event. Note that you can not test it with companion, only in apk because closing forms is not supported durinh development
But why if I want to close the tabs on the phone does it still show it to me as an open application?
Use this extension to remove from recents
2 Likes
Thanks you
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.