728x90
반응형
레이어 띄울때
$("body").bind('touchmove', function(e){e.preventDefault()});
레이어 닫을때
$("body").unbind('touchmove');
위와 같이 사용하면 된다.
728x90
반응형
'모바일개발' 카테고리의 다른 글
안드로이드 브라우저 체크 (0) | 2014.08.18 |
---|---|
크롬 32 업데이트후 변화된 개발자 도구 (0) | 2013.12.18 |
안드로이드 input type 과 placeholder (0) | 2012.08.07 |
모바일웹 Iscroll carousel 구현하기 (0) | 2012.07.17 |
[펌] Mobifying Your HTML5 Site (0) | 2012.04.30 |