i am trying to build a M1 application. so i added my mac to device list but i am seeing is getting registered as ipod. so when i tried to download my provisioning file for mac, my device is not getting added to it since its registered a ipod.
Post
Replies
Boosts
Views
Activity
We have a reader app similar to apple books. We are facing following accessibility issue on mac catalyst version of the app:
When the content on the page is read out by voice over and we turn the page using keyboard arrow keys, even though the page gets turned and the focus also goes to the next page, the voice over continues to read the previous page.
I tried following things but none of them worked:
Post UIAccessibilityAnnouncementNotification when page is turned. This didn’t work and the announcement does not interrupts it, it just continues to read the previous page. Though the announcement string gets appended in the end and VO speaks when it is done with reading. (we don't have UIAccessibilitySpeechAttributeQueueAnnouncement overridden, i even tried to set it to false explicitly as well)
Post UIAccessibilityLayoutChangedNotification or UIAccessibilityLayoutChangedNotification or UIAccessibilityLayoutChangedNotification when page is turned.
I know that apple books also has similar issue till macOS Monterey but it is fixed in macOS Ventura but for us this issue is still in macOS ventura.
Can you please suggest what needs to be done and how it is fixed in apple books mac app.