|
|
@@ -10,7 +10,7 @@
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
|
|
-
|
|
|
+ <meta name="color-scheme" content="dark" />
|
|
|
<!-- add to homescreen for ios -->
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
<meta name="apple-mobile-web-app-title" content="Ionic App" />
|
|
|
@@ -23,13 +23,14 @@
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
<script src="https://assets.salesmartly.com/js/project_9355_9754_1670553307.js"></script>
|
|
|
<!-- <script src="//code.tidio.co/kguf93rbmc3c9icmkbgbh3akvjznunfo.js" async></script> -->
|
|
|
- <!-- <script src="./jquery-3.6.1.min.js"></script>
|
|
|
+ <script src="./jquery-3.6.1.min.js"></script>
|
|
|
<script>
|
|
|
$("#s-chat-plugin").ready(function () {
|
|
|
var head = $("#s-chat-plugin").contents().find("head");
|
|
|
- // head.append($('<meta name="color-scheme" content="light dark">'));
|
|
|
+ head.append($('<meta name="color-scheme" content="light dark">'));
|
|
|
+ head.append($('<style>textarea {color: black; background: white;}</style>'));
|
|
|
});
|
|
|
- </script> -->
|
|
|
+ </script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|