diff --git a/web/index.js b/web/index.js
index c116130754d74ffa5c7d19a054bd1cbef7007e36..6a90d547fd9e740fb2c380065a1adf1fa45c70ca 100644
--- a/web/index.js
+++ b/web/index.js
@@ -169,7 +169,7 @@ class App extends Component {
 	}
 }
 
-const reload = () => window.location.reload()
+const reload = () => isMobileSafari ? (window.location.href = window.location.href) : window.location.reload()
 
 const Settings = () => html`
 	<section class="stickerpack settings" id="pack-settings" data-pack-id="settings">