<legend id='Oiiad'><style id='Oiiad'><dir id='Oiiad'><q id='Oiiad'></q></dir></style></legend>

  • <i id='Oiiad'><tr id='Oiiad'><dt id='Oiiad'><q id='Oiiad'><span id='Oiiad'><b id='Oiiad'><form id='Oiiad'><ins id='Oiiad'></ins><ul id='Oiiad'></ul><sub id='Oiiad'></sub></form><legend id='Oiiad'></legend><bdo id='Oiiad'><pre id='Oiiad'><center id='Oiiad'></center></pre></bdo></b><th id='Oiiad'></th></span></q></dt></tr></i><div id='Oiiad'><tfoot id='Oiiad'></tfoot><dl id='Oiiad'><fieldset id='Oiiad'></fieldset></dl></div>
    <tfoot id='Oiiad'></tfoot>

      <bdo id='Oiiad'></bdo><ul id='Oiiad'></ul>

      <small id='Oiiad'></small><noframes id='Oiiad'>

      1. Ionic 2 无法解析 InAppBrowser 的所有参数

        时间:2023-09-08

        <tfoot id='Y8fFH'></tfoot>
      2. <legend id='Y8fFH'><style id='Y8fFH'><dir id='Y8fFH'><q id='Y8fFH'></q></dir></style></legend>

          <bdo id='Y8fFH'></bdo><ul id='Y8fFH'></ul>
            <tbody id='Y8fFH'></tbody>

            • <i id='Y8fFH'><tr id='Y8fFH'><dt id='Y8fFH'><q id='Y8fFH'><span id='Y8fFH'><b id='Y8fFH'><form id='Y8fFH'><ins id='Y8fFH'></ins><ul id='Y8fFH'></ul><sub id='Y8fFH'></sub></form><legend id='Y8fFH'></legend><bdo id='Y8fFH'><pre id='Y8fFH'><center id='Y8fFH'></center></pre></bdo></b><th id='Y8fFH'></th></span></q></dt></tr></i><div id='Y8fFH'><tfoot id='Y8fFH'></tfoot><dl id='Y8fFH'><fieldset id='Y8fFH'></fieldset></dl></div>
                • <small id='Y8fFH'></small><noframes id='Y8fFH'>

                • 本文介绍了Ionic 2 无法解析 InAppBrowser 的所有参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我不明白为什么在使用本机 InAppBrowser 插件时出现以下错误:无法解析 InAppBrowser 的所有参数

                  I don't understand why I get the following error when I use the native InAppBrowser plugin : Can't resolve all parameters for InAppBrowser

                  import { Component } from '@angular/core';
                  import { NavController, NavParams, Platform } from 'ionic-angular';
                  import { InAppBrowser } from 'ionic-native';
                  
                  @Component({
                    selector: 'page-sign-in',
                    templateUrl: 'sign-in.html',
                    providers: [ InAppBrowser ]
                  })
                  export class SignInPage {
                  
                    constructor(public navCtrl: NavController, public platform: Platform, public inAppBrowser: InAppBrowser ) {
                  
                  
                    };
                  
                  }
                  

                  推荐答案

                  你不需要将 InAppBrowser 添加到 providers 数组中,你也不需要在构造函数中注入它.

                  You don't need to add InAppBrowser to the providers array and you also don't need to inject it in the constructor.

                  只需在页面开头导入它(就像您所做的那样),然后在代码中的任何位置使用它:

                  Simply import it in the beginning of the page (as you did), and then use it anywhere in the code like that:

                  openPage() {
                    new InAppBrowser('https://google.com', '_system');
                  }
                  

                  这篇关于Ionic 2 无法解析 InAppBrowser 的所有参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:禁用 GPS 时,Ionic 3 地理定位不起作用 下一篇:与另一个离子卡重叠的虚拟滚动 ion-img 标签

                  相关文章

                  最新文章

                    <bdo id='jgZ8a'></bdo><ul id='jgZ8a'></ul>
                  <i id='jgZ8a'><tr id='jgZ8a'><dt id='jgZ8a'><q id='jgZ8a'><span id='jgZ8a'><b id='jgZ8a'><form id='jgZ8a'><ins id='jgZ8a'></ins><ul id='jgZ8a'></ul><sub id='jgZ8a'></sub></form><legend id='jgZ8a'></legend><bdo id='jgZ8a'><pre id='jgZ8a'><center id='jgZ8a'></center></pre></bdo></b><th id='jgZ8a'></th></span></q></dt></tr></i><div id='jgZ8a'><tfoot id='jgZ8a'></tfoot><dl id='jgZ8a'><fieldset id='jgZ8a'></fieldset></dl></div>
                  <tfoot id='jgZ8a'></tfoot>

                • <legend id='jgZ8a'><style id='jgZ8a'><dir id='jgZ8a'><q id='jgZ8a'></q></dir></style></legend>

                  1. <small id='jgZ8a'></small><noframes id='jgZ8a'>