openid / openid/AppAuth-iOS

Cannot open WebView in the Assistive Access mode

Open
#893 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.