<tfoot id='obslt'></tfoot>
    <legend id='obslt'><style id='obslt'><dir id='obslt'><q id='obslt'></q></dir></style></legend>

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

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

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

        如何在 Ionic 3 中隐藏键盘?

        How to Hide Keyboard in Ionic 3?(如何在 Ionic 3 中隐藏键盘?)

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

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

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

                • <bdo id='SCccx'></bdo><ul id='SCccx'></ul>
                  本文介绍了如何在 Ionic 3 中隐藏键盘?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何在ionic3中隐藏键盘?

                  How to Hide Keyboard in ionic3?

                  在 iPhone 测试期间,我们遇到了 ionic 3 应用程序的问题.填写支付网关信息(在 iFrame 中启动)后,每当我们使用返回按钮返回页面时,键盘不会隐藏.

                  We have a problem with ionic 3 apps during testing in iPhone. After fillup Payment Gateway information (which is launched in iFrame), Whenever we go to the back page using the back button, Keyboard is not Hiding.

                  我们使用了 cordova-plugin-ionic-keyboard 和 Keyboard.hide() 方法.但是没用.

                  We used cordova-plugin-ionic-keyboard and use Keyboard.hide() method. But didn't work.

                  推荐答案

                  使用 的键盘插件科尔多瓦:

                  Using Keyboard plugin for Cordova:

                  import { Keyboard } from '@ionic-native/keyboard/ngx'; 
                  
                  ...
                  
                  constructor(private keyboard: Keyboard) { }
                  
                  ...
                  
                  this.keyboard.show(); 
                  this.keyboard.hide();
                  

                  或者如果您使用的是电容器(推荐):

                  Or if you are using Capacitor (recommended):

                  import { Plugins, KeyboardInfo } from '@capacitor/core';    
                  const { Keyboard } = Plugins;
                  
                  ...
                  
                  Keyboard.show();   
                  Keyboard.hide();
                  

                  这篇关于如何在 Ionic 3 中隐藏键盘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  WebKit on th iPhone: is it possible to copy text to the clipboad with JavaScript(iPhone上的WebKit:是否可以使用JavaScript将文本复制到剪贴板)
                  When compiling for multiple targets in XCode, how do i ensure that certain files will not be included one target(在 XCode 中为多个目标编译时,我如何确保某些文件不会包含在一个目标中)
                  Selecting text in mobile Safari on iPhone(在 iPhone 上的移动 Safari 中选择文本)
                  Draggable UIImageView Partially Transparent amp; Irregular Shaped(可拖动的 UIImageView 部分透明 amp;不规则形状)
                  How to set the resolution of a saved image from the UIImagePickerController(如何从 UIImagePickerController 设置保存图像的分辨率)
                  objective - C : Loading image from URL?(目标 - C:从 URL 加载图像?)
                  • <legend id='INZ0N'><style id='INZ0N'><dir id='INZ0N'><q id='INZ0N'></q></dir></style></legend>
                    • <bdo id='INZ0N'></bdo><ul id='INZ0N'></ul>
                        <tbody id='INZ0N'></tbody>

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

                          <tfoot id='INZ0N'></tfoot>

                          • <small id='INZ0N'></small><noframes id='INZ0N'>