在 ipad 网络应用程序中禁用垂直反弹效果 [英] Disable vertical bounce effect in an ipad web app

查看:21
本文介绍了在 ipad 网络应用程序中禁用垂直反弹效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在滚动的 div 中禁用反弹效果?

Is there a way to disable the bounce effect in a scrolling div?

到目前为止,我已经尝试过这些东西,但都没有奏效.请帮忙!

So far I have tried these things but none worked. Please help!

如何禁用移动网络应用程序中 iPhone 上的垂直弹跳/滚动

无法使用 UIScrollView 和 pagingEnabled=YES 禁用弹跳

ipad safari:禁用滚动和反弹效果?

滚动时禁用 UITableView 垂直反弹

http:///www.iphonedevsdk.com/forum/iphone-sdk-development/996-turn-off-scrolling-bounces-uiwebview.html

谢谢!

推荐答案

我知道这可能不是最好的方法,但它确实有效.

I know this may not be the best way but it works.

这是我所做的 -

#scrollableDiv {
    position:fixed;
    top:50px;
    width:300px;
    height:500px;
    word-wrap: break-word;
    overflow-y: scroll; 
}

document.getElementById("scrollableDiv").innerHTML = longText;
document.getElementById("scrollableDiv").scrollTop = 0;

这篇关于在 ipad 网络应用程序中禁用垂直反弹效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆