Camera does not start in Webview launched on the app in iOS 16 beta8

The application uses SFSafariViewController to call up a webview that can take pictures of the camera. As shown in the attached video, when the webview is launched, a permission confirmation is displayed, and even if the permission is granted, the camera permission is not enabled.

This specification worked until iOS15, but did not work in Beta. I would like to know if there is something I need to do about this. Does anyone know how to deal with this?

Ask for permission to access the camera.

The upper right corner of the Webview will be marked as inaccessible to the camera.

webview open swift code is here

let safari = SFSafariViewController(url: url)
present(safari, animated: true)

Did you get any solution for this?

Camera does not start in Webview launched on the app in iOS 16 beta8
 
 
Q