AR.js icon indicating copy to clipboard operation
AR.js copied to clipboard

VR mode iOS

Open exagyde opened this issue 3 years ago • 3 comments

Hi everyone,

I'm trying to make my app work in VR mode on my iPhone but that's the look I have when I enable this mode (with iOS 15.4.1) : vr_test (The main problem is that the camera screen doesn't split in two screen)

That is my scene in my body tag

<a-scene
        vr-mode-ui="enabled: true;"
        renderer="logarithmicDepthBuffer: true;"
        embedded
        arjs="trackingMethod: best; sourceType: webcam; debugUIEnabled: false;">
    <div class="arjs-loader">
        <h1>Loading...</h1>
    </div>
    ...
    <a-entity camera></a-entity>
</a-scene>

Do you have any idea why I have this render in VR mode and what is the solution for that ?

Thanks 😄

exagyde avatar May 10 '22 09:05 exagyde

@kalwalt @nicolocarpignoli please do you have any solution for that ?

exagyde avatar May 23 '22 13:05 exagyde

@exagyde sorry but i have any iOS to test. Maybe other devs had before? I hope that someone else can help you.

kalwalt avatar May 24 '22 21:05 kalwalt

No problem @kalwalt, I hope to find a solution too because I have nothing yet, even a simple working demo 😢 Do you have test this AR VR mode with an Android device ? Just to know if this problem is only for iOS or not

exagyde avatar May 25 '22 08:05 exagyde