Merge pull request #13332 from keymanapp/change/ios/reorder-host-page-script-load

change(ios): re-order host page script load so Sentry can report script load failures
This commit is contained in:
Joshua Horton 2025-02-25 08:18:51 +07:00 committed by GitHub
commit 34a907862e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Keyman</title>
<script src="keymanweb-webview.js"></script>
<script src="sentry.min.js"></script>
<script src="keyman-sentry.js"></script>
<script src="keymanweb-webview.js"></script>
<script src="ios-host.js"></script>
<style type="text/css">
body {background-color: rgb(210,214,220);}