Javascript滚动对Android WebView和浏览器没有影响
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论