Skip to content

Commit 31c4325

Browse files
authored
On Android, a gray circle appears when the page loads or refreshes and disappears after the user touches the screen. (#5048)
* fix :On Android, a gray circle appears when the page loads or refreshes and disappears after the user touches the screen. Signed-off-by: Vansh <gaurvansh133@gmail.com> * Update index.html --------- Signed-off-by: Vansh <gaurvansh133@gmail.com>
1 parent 7ea854f commit 31c4325

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@
224224
<div id="helpElem" tabindex="-1"></div>
225225

226226
<div id="wheelDiv" class="wheelNav"
227-
style="background-size: contain;background-image: url(./images/gray.svg)" tabindex="-1"></div>
227+
style=" display: none; background-size: contain;background-image: url(./images/gray.svg)" tabindex="-1"></div>
228228

229229
<div id="wheelDiv2" class="wheelNav"
230-
style="background-size: contain;background-image: url(./images/gray.svg);visibility: hidden"
230+
style="display: none; background-size: contain;background-image: url(./images/gray.svg);visibility: hidden"
231231
tabindex="-1">
232232
</div>
233233

@@ -822,6 +822,7 @@
822822

823823
window.addEventListener("resize", togglePlayOnlyMode);
824824
});
825+
825826
</script>
826827

827828
</body>

0 commit comments

Comments
 (0)