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