🐛 Fix compability issue on web platform
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/sweetalert@2.1.2/dist/sweetalert.min.js" async></script>
|
||||
<script src="flutter_bootstrap.js" async></script>
|
||||
<script>
|
||||
document.oncontextmenu = (evt) => evt.preventDefault();
|
||||
|
Reference in New Issue
Block a user