How to Resolve White Screen Issue on Re-Entering AR Page in Safari Due to Camera Information Retrieval Failure?

In Safari, there are occasional instances where re-entering an AR page after exiting results in a white screen phenomenon due to intermittent failure in retrieving camera information. Is there a solution to this issue?

Can you share a screen recording? Are you receiving any console errors when this happens? More information would be helpful.

Can you repro this with any of our sample projects here? Clone WebAR, AR, WebVR Sample Projects | 8th Wall

You could try adding the xrextras-pause-on-blur and xrextras-pause-on-hidden components to your a-scene:

<a-scene ... xrextras-pause-on-blur xrextras-pause-on-hidden>
2 Likes

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.