Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d01dc1d

Browse files
author
Alexsander Akers
committed
Note that magic tap traverses up the view hierarchy
1 parent 4879d14 commit d01dc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Use this property to assign a custom function to be called when someone activate
6565

6666
#### onMagicTap
6767

68-
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.
68+
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.
6969

7070
### Testing VoiceOver Support
7171

0 commit comments

Comments
 (0)