<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 中隐藏键盘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)
                  Cocos2d - How to check for Intersection between objects in different layers(Cocos2d - 如何检查不同层中对象之间的交集)
                  Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))
                  Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)
                  Proper cocos2d scene restart?(正确的 cocos2d 场景重启?)
                  [ios.cocos2d+box2d]how to disable auto-rotation?([ios.cocos2d+box2d]如何禁用自动旋转?)
                  • <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'>