Closed mattermon closed 1 year ago
When dependency susbtitutions are not used then this mean that you get the geckoview version from maven. Currently it's setup to use 105.0.20220822095220, is that what you're using?
BTW, it is not possible that you could load webxr content without the dependency substitutions, Wolvic will work in 2D browsing mode but won't allow you to load WebXR content.
As far as I've seen that page is still using WebVR.
As far as I've seen that page is still using WebVR.
or maybe we need an UA override to get the proper WebXR version, I'll check that.
Hi svillar,
You are right,https://vr.mzgf.com/?projectCode=00g1301M&projectType=ALL is using WebVR. While as you have met in https://github.com/Igalia/wolvic/issues/548,the page loading very slow(before entering vrmode). I wondered if this has relationship with WebVR or WebXR.
BR.
I tried to cherry picked #894. After modify UA for mzfg, it worked for entering immersive mdoe, it's great!
But, sorry for my poor English. Maybe I did not describe very clearly. What i meat is that, after click any page like https://vr.mzgf.com/?projectCode=00fli01M&projectType=ALL from https://www.mzgf.com/mj/world, it casts a long time before show anything(the whole page is white).
As shown in video
@svillar Would you please take a look at the video at your convenience?
Configuration
Wolvic version: 1.4.1 Wolvic build ID: Hardware:
Steps to Reproduce
Current Behavior
Page loads slowly, even up to minutes, as mentioned https://github.com/Igalia/wolvic/issues/548
Possible Solution
I have tried some methods
gecko-dev
project, revert some commits , means that use Mozilla offical release on branch FIREFOX_103_0_2_RELEASE Webvr content still loading slowlyWolvic
project, removedependencySubstitutions
options inlocal.properties
Webvr content loading normally, ignore webvr content abnormalI doubt is there some build dependencies or the version difference of GeckoView after add
dependencySubstitutions
options?