Hello, On iOS only, a confirmation screen like the one in the attached image appears, showing the message “This immersive website…”. Is there any way to change the wording of this message or hide it entirely?
Note: After tapping Allow on this screen, the system dialog asking for permission to access motion and orientation appears.
Hi, welcome to the forum!
Is that Image a screenshot of what you literally see or is it a representation of what you see? I don’t think it’s possible to change this on iOS but I can look into a solution.
GeorgeButler, thank you for your reply. This is indeed an actual screenshot.
As it turns out, I was able to resolve the issue just now. I had assumed it was different from a system dialog because of the color, but based on the color I suspected it might be related to A‑Frame. After checking, it turned out that was the case.
For reference, I was able to block it with the following CSS:
css
.a-modal {
display: none !important;
}
It was my first time posting on this forum, so I was a bit nervous, but I really appreciate your kind and helpful response.
I’m glad you were able to resolve the issue. 
Happy to have you here!