Cannot open WebView in the Assistive Access mode
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2k
- Forks
- 867
- Avg merge
- 4d 48m
- Merged PRs (30d)
- 1
Description
Describe the bug
Web view does not open when Assistive Access mode is enabled.
https://support.apple.com/guide/assistive-access-ipad/devcd5016d31/ipados
Perhaps it is necessary to open it with SFSafariViewController as well as guided access support.
Error Domain=org.openid.appauth.general Code=-3 "(null)" UserInfo={NSUnderlyingError=0x303aa4a80 {Error Domain=com.apple.AuthenticationServices.WebAuthenticationSession Code=1 "(null)"}}
To Reproduce
Go to Settings>Accessibility>Assistive Access>Start Assistive Access.
Run the app and trigger the OIDAuthorizationService.present.
Expected behavior
Web view is presented in Assistive Access.
Environment
- Device: iPad Pro (11-inch) (4th generation)
- OS: 18.1.1 (22B91)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the OIDAuthorizationService.present entry point and reproduce the failure with Assistive Access enabled on the stated iPadOS environment. Investigate the AuthenticationServices error and the issue's suggested SFSafariViewController path. Done means the web view is presented successfully while Assistive Access is active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100