ソースを参照

Add draggable=false

customisations
alemart 10ヶ月前
コミット
7c73a5dd6a

+ 1
- 1
demos/hello-aframe/index.html ファイルの表示

@@ -57,7 +57,7 @@
57 57
                 <ar-hud>
58 58
 
59 59
                     <!-- The about button -->
60
-                    <a id="about" href="NOTICE.html"></a>
60
+                    <a id="about" href="NOTICE.html" draggable="false"></a>
61 61
 
62 62
                     <!-- The scan gimmick -->
63 63
                     <a-entity ar-scan-gimmick="opacity: 0.75"></a-entity>

+ 1
- 1
demos/hello-aframe/video.html ファイルの表示

@@ -57,7 +57,7 @@
57 57
                 <ar-hud>
58 58
 
59 59
                     <!-- The about button -->
60
-                    <a id="about" href="NOTICE.html"></a>
60
+                    <a id="about" href="NOTICE.html" draggable="false"></a>
61 61
 
62 62
                     <!-- The scan gimmick -->
63 63
                     <a-entity ar-scan-gimmick="opacity: 0.75"></a-entity>

+ 1
- 1
demos/hello-babylon/index.html ファイルの表示

@@ -15,7 +15,7 @@
15 15
         <div id="ar-viewport">
16 16
             <div id="ar-hud" hidden>
17 17
                 <img id="scan" src="../assets/scan.png" draggable="false">
18
-                <a id="about" href="NOTICE.html"></a>
18
+                <a id="about" href="NOTICE.html" draggable="false"></a>
19 19
             </div>
20 20
         </div>
21 21
         <img id="mage" src="../assets/mage.webp" hidden>

+ 1
- 1
demos/hello-babylon/video.html ファイルの表示

@@ -15,7 +15,7 @@
15 15
         <div id="ar-viewport">
16 16
             <div id="ar-hud" hidden>
17 17
                 <img id="scan" src="../assets/scan.png" draggable="false">
18
-                <a id="about" href="NOTICE.html"></a>
18
+                <a id="about" href="NOTICE.html" draggable="false"></a>
19 19
             </div>
20 20
         </div>
21 21
         <img id="mage" src="../assets/mage.webp" hidden>

+ 1
- 1
demos/hello-three/index.html ファイルの表示

@@ -15,7 +15,7 @@
15 15
         <div id="ar-viewport">
16 16
             <div id="ar-hud" hidden>
17 17
                 <img id="scan" src="../assets/scan.png" draggable="false">
18
-                <a id="about" href="NOTICE.html"></a>
18
+                <a id="about" href="NOTICE.html" draggable="false"></a>
19 19
             </div>
20 20
         </div>
21 21
         <img id="mage" src="../assets/mage.webp" hidden>

+ 1
- 1
demos/hello-three/video.html ファイルの表示

@@ -15,7 +15,7 @@
15 15
         <div id="ar-viewport">
16 16
             <div id="ar-hud" hidden>
17 17
                 <img id="scan" src="../assets/scan.png" draggable="false">
18
-                <a id="about" href="NOTICE.html"></a>
18
+                <a id="about" href="NOTICE.html" draggable="false"></a>
19 19
             </div>
20 20
         </div>
21 21
         <img id="mage" src="../assets/mage.webp" hidden>

+ 1
- 1
demos/hello-webgl/index.html ファイルの表示

@@ -12,7 +12,7 @@
12 12
         <div id="ar-viewport">
13 13
             <div id="ar-hud" hidden>
14 14
                 <img id="scan" src="../assets/scan.png" draggable="false">
15
-                <a id="about" href="NOTICE.html"></a>
15
+                <a id="about" href="NOTICE.html" draggable="false"></a>
16 16
             </div>
17 17
         </div>
18 18
         <img id="it-works" src="../assets/it-works.png" hidden>

+ 1
- 1
demos/hello-webgl/video.html ファイルの表示

@@ -12,7 +12,7 @@
12 12
         <div id="ar-viewport">
13 13
             <div id="ar-hud" hidden>
14 14
                 <img id="scan" src="../assets/scan.png" draggable="false">
15
-                <a id="about" href="NOTICE.html"></a>
15
+                <a id="about" href="NOTICE.html" draggable="false"></a>
16 16
             </div>
17 17
         </div>
18 18
         <img id="it-works" src="../assets/it-works.png" hidden>

+ 1
- 1
demos/hello-world/index.html ファイルの表示

@@ -12,7 +12,7 @@
12 12
         <div id="ar-viewport">
13 13
             <div id="ar-hud" hidden>
14 14
                 <img id="scan" src="../assets/scan.png" draggable="false">
15
-                <a id="about" href="NOTICE.html"></a>
15
+                <a id="about" href="NOTICE.html" draggable="false"></a>
16 16
             </div>
17 17
         </div>
18 18
         <img id="mage" src="../assets/mage.webp" hidden>

+ 1
- 1
demos/hello-world/video.html ファイルの表示

@@ -12,7 +12,7 @@
12 12
         <div id="ar-viewport">
13 13
             <div id="ar-hud" hidden>
14 14
                 <img id="scan" src="../assets/scan.png" draggable="false">
15
-                <a id="about" href="NOTICE.html"></a>
15
+                <a id="about" href="NOTICE.html" draggable="false"></a>
16 16
             </div>
17 17
         </div>
18 18
         <img id="mage" src="../assets/mage.webp" hidden>

読み込み中…
キャンセル
保存