Ionic access to customer service system

the options for connecting to the customer service system this time are Seven Fish and Huanxin, but there are several problems encountered in the process of access. I would like to ask whether
1.ionic can only access the customer service dialogue system through H5 solution?
2.



<body ng-app="login-starter" ng-controller="LoginCtrl">
      <ion-content scrollbar-y="false" scroll="false">
        <script>
          (function (w, d, n, a, j) {
            w[n] = w[n] || function () {
              (w[n].a = w[n].a || []).push(arguments);
            };
            j = d.createElement("script");
            j.async = true;
            j.src = "https://qiyukf.com/script/06a22d4013eba3a341508c58e7994c4e.js";
            d.body.appendChild(j);
          })(window, document, "ysf");
    
        </script>
      </ion-content>
</body>

is this access correct?
but if Seven Fish is connected like this, the customer service button cannot be clicked, and the customer service button cannot be displayed in Huanxin. How to solve this problem?

how does 3.ionicAPP internally jump to HTML pages? Just jump to a simple HTML page. The method I"m using now is

.
window.location.href

this method leaves APP, and loads the web page in the mobile browser

Mar.23,2022

1. You can use the cordova plug-in
Ring letter Seven Fish

2. I haven't used the way you write it. No, no, no. But I don't think so. If you have to embed that script, you can put it on index.html.

3. You can use the src of iframe,iframe on the ionic page to point to a new web page link

Menu