Back pressed in IOS

i try to add back pressed in IOS project in x.thunkable.com/projects
?
can any one tell me please :slight_smile:

Hey @mohmdahmad1968w276ch welcome to the community! :wave:

The Screen1 drawer has a BackButtonPressed event handler:

Is that what you’re looking for?

Hi @mohmdahmad1968w276ch,

This doesn’t work properly on iOS. From my experience of this component it is android only. If you want to stop users going back a screen use stack navigators with gestures set to false. There is a bug with this component as of this post so you need to switch the true/false switch back and forth to set gestures to false. Hope this helps.

1 Like

Thanks for the clarification/reminder @eoinparkinson