Browse Source

Add another hacky fix for iOS

pull/26/head
Tulir Asokan 4 years ago
parent
commit
3045faaed8
  1. 2
      web/index.js

2
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">

Loading…
Cancel
Save