Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root view window reference #268

Closed
kansaraprateek opened this issue Mar 7, 2022 · 2 comments
Closed

Root view window reference #268

kansaraprateek opened this issue Mar 7, 2022 · 2 comments

Comments

@kansaraprateek
Copy link

Hi,

I am trying to get access to new UIWindow reference created to show coaches. Is there a way to access that?
My app has voice over accessibility feature support and I am unable to make that work due to multiple UIWindow.
As every time a coach is shown the voice over accessibility works only with the views in the first window and not the one created for coaches.

@ephread
Copy link
Owner

ephread commented May 24, 2022

Hello @kansaraprateek, sorry for the late response.

The window is not accessible, but it would be easy to expose it publicly. It's a good idea; Instructions doesn't handle accessibility very well. I have a batch of improvements to make to close other issues, so exposing the window will be part of it.

@ephread
Copy link
Owner

ephread commented May 25, 2022

@kansaraprateek CoachMarkController now exposes rootWindow! Let me know if it solves your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants