gpt4 book ai didi

html - 当键盘出现 ionic 时隐藏页脚

转载 作者:太空宇宙 更新时间:2023-11-03 23:00:45 26 4
gpt4 key购买 nike

我在特定页面中遇到了 footer-bar 的问题。当输入聚焦时,键盘出现并且页脚保持在键盘上方。

HTML

<ion-view>
<ion-content>
<!-- Content goes here -->
</ion-content>
<div class="bar dash-footer-col dash-footer bar-footer">
<div class="row">
<div class="col dash-footer-col mycharts-footer-col footertopredboarder" <img src="img/icons/1.png" ng-click="go('home')">
<div>
<h5>HOME</h5>
</div>
</div>
<div class="col dash-footer-col mycharts-footer-col footer-top-boarder " ng-click="go('profile')">
<img src="img/icons/2.png">
<div>
<h5>PROFILE</h5>
</div>
</div>
<div class="col dash-footer-col mycharts-footer-col footer-top-boarder" style="padding-top:0px;" ng-click="go('contact')">
<img class="weather-icon" src="img/icons/3.png">
<div style="height:1em;">
<h5>CONTACT</h5>
</div>
</div>
<div class="col dash-footer-col mycharts-footer-col footer-top-boarder" ng-click="go('logout')">
<img src="img/icons/4.png">
<div>
<h5>LOGOUT</h5>
</div>
</div>
</div>
</div>
</ion-view>

我试图通过在 app.js 中添加以下行来解决这个问题。 footer隐藏之后,但是有一个闪烁的问题,请问有没有其他方法可以在键盘出现的时候隐藏footer呢?请帮助我。谢谢。

谢谢

最佳答案

"hide-on-keyboard-open" 类可用于此类操作

<div class="hide-on-keyboard-open">

看看ionic keyboard plugin

关于html - 当键盘出现 ionic 时隐藏页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36630543/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com