开发者

How to set scroll of UIWebView in phone gap?

开发者 https://www.devze.com 2023-03-17 06:24 出处:网络
Iam using Phone gap For developing Cross platform mobile application i just started it but i try to fixed the scroll of UIWebView its not wo开发者_JAVA百科rking i try it through CSS

Iam using Phone gap For developing Cross platform mobile application i just started it but i try to fixed the scroll of UIWebView its not wo开发者_JAVA百科rking i try it through CSS

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


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

this code Works For me :)

0

精彩评论

暂无评论...
验证码 换一张
取 消