For various reasons, I don't want to enter kiosk mode, and I don't want to disable the home button completely. I want users to be able to return to the home screen by pressing the home button, but that should be the only way to leave the app. I'm aware that this is bad UI design etc, I'm not planning on uploading this to App Store. Is there a way to disable the home screen pinch? Thanks.
Asked
Active
Viewed 2,653 times
0
-
http://stackoverflow.com/questions/5526960/how-to-disable-4-finger-gestures-on-ipad – Guntis Treulands Feb 24 '14 at 08:22
2 Answers
3
You mean on the iPad? The pinch gestures are all under the setting...
Settings - General - Multitasking Gestures.
Just turn that off and it removes the home screen pinch.

Fogmeister
- 76,236
- 42
- 207
- 306
1
I imagine you're doing this for an in-house app, like an unskippable welcome screen. Apple actually introduced a feature for this, called "guided access".
Settings
>
General>
Accessability>
Guided Access
Enable and set a passcode, now you can click 3 times the home button and restrict features of an app. The app cannot be abandoned in guided access.
Unlike just disabling the multitasking gesture, this allows to password-lock an app in place, if this is what suits you.

Can
- 8,502
- 48
- 57