Skip to content

Commit

Permalink
possible workaround for mobile safari issue with indexeddb
Browse files Browse the repository at this point in the history
  • Loading branch information
kevodwyer committed Dec 4, 2023
1 parent 272db76 commit 104de97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@
<noscript>
<strong>We're sorry but Peergos doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script type="text/javascript">
window.indexedDB; //https://developer.apple.com/forums/thread/681201
</script>
<script src="js/peergos.js" defer></script>
<div id="app">
<component :is="currentView"></component>
Expand Down

0 comments on commit 104de97

Please sign in to comment.