From d01dc1d47ef0cbe9be4d4ca770a07556033d824e Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Thu, 25 Jun 2015 11:02:34 -0400 Subject: [PATCH] Note that magic tap traverses up the view hierarchy --- docs/Accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Accessibility.md b/docs/Accessibility.md index d40ba761f..891c931fb 100644 --- a/docs/Accessibility.md +++ b/docs/Accessibility.md @@ -65,7 +65,7 @@ Use this property to assign a custom function to be called when someone activate #### onMagicTap -Assign this property to a custom function which will be called when someone performs the "magic tap" gesture, which is a double-tap with two fingers. A magic tap function should perform the most relevant action a user could take on a component. In the Phone app on iPhone, a magic tap answers a phone call, or ends the current one. +Assign this property to a custom function which will be called when someone performs the "magic tap" gesture, which is a double-tap with two fingers. A magic tap function should perform the most relevant action a user could take on a component. In the Phone app on iPhone, a magic tap answers a phone call, or ends the current one. If the selected element does not have an `onMagicTap` function, the system will traverse up the view hierarchy until it finds a view that does. ### Testing VoiceOver Support