<i id='6HSmG'><tr id='6HSmG'><dt id='6HSmG'><q id='6HSmG'><span id='6HSmG'><b id='6HSmG'><form id='6HSmG'><ins id='6HSmG'></ins><ul id='6HSmG'></ul><sub id='6HSmG'></sub></form><legend id='6HSmG'></legend><bdo id='6HSmG'><pre id='6HSmG'><center id='6HSmG'></center></pre></bdo></b><th id='6HSmG'></th></span></q></dt></tr></i><div id='6HSmG'><tfoot id='6HSmG'></tfoot><dl id='6HSmG'><fieldset id='6HSmG'></fieldset></dl></div>
      • <bdo id='6HSmG'></bdo><ul id='6HSmG'></ul>
        <tfoot id='6HSmG'></tfoot>
      1. <legend id='6HSmG'><style id='6HSmG'><dir id='6HSmG'><q id='6HSmG'></q></dir></style></legend>

        <small id='6HSmG'></small><noframes id='6HSmG'>

        Android 上的 Ionic InAppBrowser 无法导航到自定义 URL 方案

        Ionic InAppBrowser on Android doesn#39;t navigate to custom Url Scheme(Android 上的 Ionic InAppBrowser 无法导航到自定义 URL 方案)

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

            <tbody id='lEgj8'></tbody>

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

                • <legend id='lEgj8'><style id='lEgj8'><dir id='lEgj8'><q id='lEgj8'></q></dir></style></legend>
                • <tfoot id='lEgj8'></tfoot>

                  <i id='lEgj8'><tr id='lEgj8'><dt id='lEgj8'><q id='lEgj8'><span id='lEgj8'><b id='lEgj8'><form id='lEgj8'><ins id='lEgj8'></ins><ul id='lEgj8'></ul><sub id='lEgj8'></sub></form><legend id='lEgj8'></legend><bdo id='lEgj8'><pre id='lEgj8'><center id='lEgj8'></center></pre></bdo></b><th id='lEgj8'></th></span></q></dt></tr></i><div id='lEgj8'><tfoot id='lEgj8'></tfoot><dl id='lEgj8'><fieldset id='lEgj8'></fieldset></dl></div>
                  本文介绍了Android 上的 Ionic InAppBrowser 无法导航到自定义 URL 方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个设置,我在插件 InAppBrowser 中打开一个带有目标_blank"的 url.插件 Deeplinks 也已安装和配置.

                  I am having a setup, where I open a url in the plugin InAppBrowser with target '_blank'. The plugin Deeplinks is also installed and configured.

                  const browser: InAppBrowserObject = this.iab.create(url, '_blank', <InAppBrowserOptions>{
                      location: "no",
                      toolbar: "no",
                      footer: "no"
                  });
                  
                  browser.on('loadstart').subscribe((event: InAppBrowserEvent) => {
                      console.log(event);
                  
                      if (event.url.indexOf('wflwr://payment/success') > -1) {
                          browser.close();
                      }
                  
                      if (event.url.indexOf('wflwr://payment/cancel') > -1) {
                          browser.close();
                      }
                  
                      if (event.url.indexOf('wflwr://payment/error') > -1) {
                          browser.close();
                      }
                  });
                  

                  我将其缩短以仅显示重要部分.打开的网址是https://www.voan.ch/wfl/(它是在真正实现之前只是一个 Mock)

                  I shortened it to show just the important parts. The url which is opened is https://www.voan.ch/wfl/ (it is just a Mock before the real implementation)

                  预期的行为是,单击 url 上的每个链接时,应用程序内的浏览器实例应该关闭.这在 iOS 上按预期工作,但在 Android 上却不行.事件只是没有被触发.如果我将其中一个网址更改为例如<a href="https://www.google.com">CANCEL</a>,然后触发事件.

                  The expected behaviour is, that on a click on each of the links on the url, the browser instance inside the app should close. This works as intended on iOS, but not on Android. The event is just not triggered. If I change one of the urls to e.g. <a href="https://www.google.com">CANCEL</a>, then the Event gets triggered.

                  推荐答案

                  在最新的 pr

                  要使用它,您需要两件事:

                  to use it you will need 2 things:

                  例如允许 whatsapp 自定义方案和 twitter

                  for example to allow whatsapp custom scheme and twitter

                  • 使用您想要支持的自定义方案添加新的 config.xml 首选项:<代码><preference name="AllowedSchemes" value="whatsapp,twitter"/>`
                  • 添加事件监听器customscheme:<代码>inAppBrowserRef.addEventListener('customscheme', function (event) {//在这里做任何你想做的事情:window.open(event.url, "_system");});

                  这篇关于Android 上的 Ionic InAppBrowser 无法导航到自定义 URL 方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)
                  SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)
                  Android file copy(安卓文件拷贝)
                  Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)
                  Android copy image from gallery folder onto SD Card alternative folder(Android将图像从图库文件夹复制到SD卡替代文件夹)
                  Is there a tool to find unused resources in an Android project?(是否有工具可以在 Android 项目中查找未使用的资源?)
                  <i id='d5NsA'><tr id='d5NsA'><dt id='d5NsA'><q id='d5NsA'><span id='d5NsA'><b id='d5NsA'><form id='d5NsA'><ins id='d5NsA'></ins><ul id='d5NsA'></ul><sub id='d5NsA'></sub></form><legend id='d5NsA'></legend><bdo id='d5NsA'><pre id='d5NsA'><center id='d5NsA'></center></pre></bdo></b><th id='d5NsA'></th></span></q></dt></tr></i><div id='d5NsA'><tfoot id='d5NsA'></tfoot><dl id='d5NsA'><fieldset id='d5NsA'></fieldset></dl></div>
                  <legend id='d5NsA'><style id='d5NsA'><dir id='d5NsA'><q id='d5NsA'></q></dir></style></legend>

                          <tbody id='d5NsA'></tbody>

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

                      1. <tfoot id='d5NsA'></tfoot>
                        • <bdo id='d5NsA'></bdo><ul id='d5NsA'></ul>