如何在手机间隙中设置UIWebView的滚动?

时间:2011-07-04 07:44:38

标签: uiwebview cordova

Iam使用手机差距为了开发跨平台移动应用程序我刚开始它,但我尝试修复UIWebView的滚动它不工作我尝试通过CSS

<style type="text/css">
html {height:250;}
body {height:250;}
</style> 

1 个答案:

答案 0 :(得分:1)

document.ontouchmove = function(e){ e.preventDefault()};

此代码适合我:)