Javascript滚动对Android WebView和浏览器没有影响

发布于 11-17 19:55 字数 460 浏览 2 评论 0原文

我在 Android 中有一个 WebView。内容显示一个 html 页面,但是当它尝试执行此脚本时,实际上什么也没有发生(//DO SOMETHING 从未被调用):

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
    $('.mid-table').scroll(function(evt) {
        // DO SOMETHING
        });
});

我直接从同一手机(Galaxy S)的浏览器尝试,也没有任何反应。

它可以在 IOS 或 Firefox、Explorer... 上完美运行,但在这里却不行。

有什么线索吗?

I have a WebView in Android. The content displays a html page, but when it tries to execute this script, nothing really happens (the //DO SOMETHING is never invoked):

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
    $('.mid-table').scroll(function(evt) {
        // DO SOMETHING
        });
});

I tried directly from the browser of the same mobile (Galaxy S), and nothing happens as well.

It works perfectly on IOS or from Firefox, Explorer... , but here it doesn't.

any clue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文