fix(ios): handle ios indexedDB preload

This commit is contained in:
Andelf
2022-09-01 23:54:37 +08:00
committed by Tienson Qin
parent fb98531c1c
commit ba0a67ae05
4 changed files with 12 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
<html>
<head>
<meta charset="utf-8">
<!-- Handle iOS indexedDB preloading. Ref: https://developer.apple.com/forums/thread/681201 -->
<script type="text/javascript">
window.indexedDB;
</script>
<meta content="minimum-scale=1, initial-scale=1, maximum-scale=1, width=device-width, shrink-to-fit=no" name="viewport">
<link rel="stylesheet" href="/static/css/tabler-icons.min.css">
<link href="/static/css/style.css" rel="stylesheet" type="text/css">