Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod/festapp
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Dec 29, 2024
2 parents 5cd5ceb + c2dcf1f commit fb1b3d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
<body>

<script>
// Disable swipe back gesture globally
document.body.style.overscrollBehaviorX = "none";

let deferredPrompt;

window.addEventListener('beforeinstallprompt', (e) => {
Expand Down

0 comments on commit fb1b3d2

Please sign in to comment.