Re: Any trick to post an accessibility announcement from within a magic tap method
Re: Any trick to post an accessibility announcement from within a magic tap method
- Subject: Re: Any trick to post an accessibility announcement from within a magic tap method
- From: Cara Quinn <email@hidden>
- Date: Thu, 22 Oct 2015 17:22:41 -0600
Hi Victor,
As Alex mentioned, can you give a bit more detail on what is actually happening when you try to post the announcement?
Alternatively, if you have already tried the timer suggestion, (which is a good one IMHO) you could post the announcement using:
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, @“Your announcement goes here”);
Also, you could simulate a magic tap gesture by using a UITapGestureRecognizer with its numberOfTouches set to 2 along with a timer to test when the second tap is received.
Do you need the actual magic tap functionality or are you just after the gesture itself?
Cheers!
Cara
---
iOS design and development - LookTel.com
---
View my Online Portfolio at:
http://www.onemodelplace.com/models/Cara-Quinn
Follow me on Twitter!
https://twitter.com/ModelCara
On Oct 22, 2015, at 4:42 PM, Alex Hall <email@hidden> wrote:
When you say VoiceOver doesn't allow for it, what do you mean? Is the announcement being stopped by the tap? If so, why not wait half a second, to let the gesture stop?
> On Oct 22, 2015, at 18:39, Victor Tsaran <email@hidden> wrote:
>
> Hello everyone!
> Does anyone know if there is a way to post an accessibility announcement from within a magic tap method on iOS? In our tests it seems that VoiceOver does not allow for this. We tried calling a method with a announcement in it, but that did not work either.
>
> Any ideas?
>
> Thanks,
> Victor
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
Have a great day,
Alex Hall
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden