Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 3053694

Browse files
committed
Added PWA compat to support splash screen in ios
1 parent 4e9e9cd commit 3053694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,7 @@ <h5>QR Code</h5>
7474
ga('create', 'pageview');
7575
}
7676
</script>
77+
<script async src="https://cdn.jsdelivr.net/npm/pwacompat@2.0.6/pwacompat.min.js" integrity="sha384-GOaSLecPIMCJksN83HLuYf9FToOiQ2Df0+0ntv7ey8zjUHESXhthwvq9hXAZTifA"
78+
crossorigin="anonymous"></script>
7779
</body>
7880
</html>

0 commit comments

Comments
 (0)