gpt4 book ai didi

javascript - iOS8 - 文本区域获得焦点时防止滚动

转载 作者:行者123 更新时间:2023-11-29 21:56:25 25 4
gpt4 key购买 nike

我试图阻止我的页面在用户聚焦输入(在我的例子中是文本区域)时滚动。

到目前为止,我使用的解决方案在 iOS7 (window.scrollTo(0, 0)) 下有效,但自 iOS8 以来,此解决方案无法正常工作,因为之前页面在焦点上滚动滚动回到原来的位置。

其他解决方案也不起作用,所以我想找到一些技巧来防止我的页面滚动。

最佳答案

我认为 IONIC 插件键盘应该是解决方案

Keyboard.disableScroll

Disable native scrolling, useful if you are using JavaScript to scroll

cordova.plugins.Keyboard.disableScroll(true);

cordova.plugins.Keyboard.disableScroll(false);

https://github.com/driftyco/ionic-plugins-keyboard

关于javascript - iOS8 - 文本区域获得焦点时防止滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26339909/

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