diff --git a/web/index.js b/web/index.js index c116130..6a90d54 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`