I know that it is possible to add custom accessibility actions by adding them to the accessibilityCustomActions array of the corresponding view.
But that does not replace the standard action that is performed when you do a voice over tap (you will have to swipe first to select the custom action). I would like to replace the default tap action or intercept the tap event ... is there a way to do that?
Absolutely! Override bool accessibilityActivate()
to implement a custom default action.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With