manuelBetancurt
manuelBetancurt

Reputation: 16138

Ipad disable default multi gestures on my app

I want to develop an ipad app for babies, i have noticed that when a baby uses an ipad, she will use many fingers, making the gestures for the ipad activate, like switch activities, check springboard, or close activity, or notifications

How can i disable this gestures in my app? (then i will implement my own gestures)

So is possible to disable the default gestures?

Thanks!

Upvotes: 0

Views: 307

Answers (1)

Omar Abdelhafith
Omar Abdelhafith

Reputation: 21221

Disabling the default gestures is not possible, you can only disable them from settings but still you can make up your own gestures But keep in mind that system global gestures will have higher priority on your own gestures

Upvotes: 1

Related Questions