好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

获取iframe的document方式,并且防止触摸滑动_html/css_WEB-ITnose

获取到document,var doc = document.getElementById('mainFrame' ).contentDocument || document.frames['mainFrame'].document;

添加触摸事件

doc.addEventListener('touchmove',function(event){   event.preventDefault();},false); 

查看更多关于获取iframe的document方式,并且防止触摸滑动_html/css_WEB-ITnose的详细内容...

  阅读:26次