SwiftUI PhotosPicker accessibility issue

iOS 18.3.1, iPhone 16 Pro.

I pick photos using connected physical keyboard from the user's photo library using:

.photosPicker(isPresented: $viewModel.isImagePickerPresented, selection: $viewModel.selectedImageItem, matching: .images)

When picker appears, accessibility focus is moved to "dynamic Island" instead of cancel button. There is no possibility to navigate by keyboard in photos picker view without tapping on this view and move focus to this view manually . I noticed the same behavior in Notes app.

Answered by Frameworks Engineer in 828156022

Please file a bug report using the Feedback Assistant tool to upload additional information about your issue including logs from the device, https://developer.apple.com/bug-reporting/

After you create your report, reply here with the Feedback ID so I can take a look

Please file a bug report using the Feedback Assistant tool to upload additional information about your issue including logs from the device, https://developer.apple.com/bug-reporting/

After you create your report, reply here with the Feedback ID so I can take a look

SwiftUI PhotosPicker accessibility issue
 
 
Q