Hi All,
I'm trying to develop an APK installable app krpano tour. This is because we need to showcase our virtual tours in an offline mode, and the current method of installing a localhost server isn't very user friendly.
Using Cordova, node.js and Android SDK, I've got so far as a fully functioning Android app. The stumbling block, is the WebVR/XR API.
As far as I understand, WebVR/XR can only be served through a browser/HTTPS which is why it will not work within an app on the Quest 2. Does anyone have experience of this and/or a solution? Is there a way of configuring webvr.js to point at a local WEBVR API? I know there is a webxr plugin for cordova but it looks long since abandoned (6 years).
Any input or examples from anyone that has achieved this, or would like to achieve this, would be great.
Tim