Post

Replies

Boosts

Views

Activity

Reply to AR Quick View's AR Quick View button cannot be pressed on some iOS devices.
Finally found a fix to the problems we had with AR being disabled in ARQuickLook on our native app, thanks to this article https://levelup.gitconnected.com/creating-an-ios-ar-app-using-the-ar-quick-look-api-fe31aede5267 You have to dissociate the ARQuickLookViewController from the struct UIViewControllerRepresentable in two separate files, and from that the AR feature will magically work. We originally had both of them inside merged inside the same file and that sadly made the AR part stop working on iOS 15+ devices. (But still work on iOS 14 devices!) As for AR Quick Look from Safari, I think the issue was fixed in previous iOS 15 betas. If you still have the issue make sure the QR scanner is closed in the background and not using the camera or the AR feature will not function at the same time.
Jan ’22