فهرست منبع

Handle getVRDisplays rejection for the case where the API is present, but WebVR is not supported

Olga Milovanova 8 سال پیش
والد
کامیت
7985839388
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      examples/js/vr/WebVR.js

+ 4 - 0
examples/js/vr/WebVR.js

@@ -32,6 +32,10 @@ var WEBVR = {
 
 					}
 
+				}, function () {
+
+					reject( 'Your browser does not support WebVR. See <a href="https://webvr.info">webvr.info</a> for assistance.' );
+				
 				} );
 
 			} else {