Ios home button

How to detect tap on the home button?

Why? What are you trying to do?

to go back to the previous form, as i do with the android version

Apple devices only have one button and pressing it generally puts the app in the background and returns the user to the device screen they were on when they launched the app. IOW, apple devices doesn’t have a back button like Android does.

On apple devices you have to detect the swipe events or navigate via the menu. Swipe detection is generally the best way to go. Swipe Right is the “go back event.”

thanks PPetree, anyway i was speaking about tapping (without pressing) the home button

That’s only available on iPhoneX and later so your UI wouldn’t be consistent across iPhones

oh… i see
ok thank you
Happy New Year to everyone :slight_smile: