We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加在 var vr=new VR(...);之后 var bIsIpad = navigator.userAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = navigator.userAgent.match(/iphone os/i) == "iphone os"; var bIsMacOs = /macintosh|mac os x/i.test(navigator.userAgent); console.log(bIsIpad,bIsIphoneOs,bIsMacOs); if(bIsIpad || bIsIphoneOs || bIsMacOs){ vr.liveSettings.forceUseVndAppleMpegUrl=true; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
加在 var vr=new VR(...);之后
var bIsIpad = navigator.userAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = navigator.userAgent.match(/iphone os/i) == "iphone os";
var bIsMacOs = /macintosh|mac os x/i.test(navigator.userAgent);
console.log(bIsIpad,bIsIphoneOs,bIsMacOs);
if(bIsIpad || bIsIphoneOs || bIsMacOs){
vr.liveSettings.forceUseVndAppleMpegUrl=true;
}
The text was updated successfully, but these errors were encountered: