Create a block to close the application

I have a problem where I create a block to close the application, but when executing the application it won't close instead it opens another screen.
please help me.
attached the block I made

1 Like

What exactly do you do to "execute" the block?
Screen.BackPressed overrides the default handler for the back button on your phone (a delta angled at -90 degrees).
This button does not exist on Apple phones.

1 Like

I want to close the application using the backpress button when on the login screen on my android phone

@Mustakin_Musmus please try to close your App using this extension

This happens when you open screens multiple times.
(Search the forum for "switch screens correctly".)

3 Likes