gpt4 book ai didi

angularjs - 键盘显示时 ion-content 未正确调整

转载 作者:行者123 更新时间:2023-12-04 08:54:57 26 4
gpt4 key购买 nike

我有一个以 textangular 为元素的 View 。在 Android(我测试过)上,如果打开键盘, View 不会向上滚动以防止编辑器位于键盘后面。
我安装了键盘插件 com.ionic.keyboard。

这是页面的结构:

<ion-view id="newblogview">
<ion-nav-buttons side="left">
...
</ion-nav-buttons>
<ion-content scroll="true" overflow-scroll="true" class="has-header" delegate-handle="mainScroll">
<iframe data-tap-disabled="true" style="width: 100%; min-height: 100%" src="./templates/blog/html/blog-editor.html" name="blogeditor" id="blogeditor"></iframe>
</ion-content>
</ion-view>

通过专注于输入而打开键盘时,它不会向上移动。
我试过 android:windowSoftInputMode="adjustPan"和 "adjustResize"
而且我也试过 native.keyboardshow 事件来调用 $ionicScrollDelegate.scrollBottom(true);

我认为我们已经为页脚添加了键盘附加指令,但我无法在页脚中放置文本编辑器。
ionic 框架是否支持将 ionic 内容调整为键盘显示/隐藏?框架中尚不支持此功能还是我遗漏了什么。

这个问题类似于 another thread ,但没有公认的答案。

请帮忙。
-普拉卡什。

最佳答案

您可以将其添加到您的 html 组件中

<div delegate-handle="toThisPosition" ng-click="GoHere()"> </div>

并将其添加到 Controller 中的 ng-click 方法 GoHere() 中:
GoHere() {
$ionicScrollDelegate.$getByHandle('toThisPosition').scrollBottom(true);
}

关于angularjs - 键盘显示时 ion-content 未正确调整,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34565188/

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