ios微信端上下滑动页面,若触摸的是input区域,页面内不滚动,整个页面被拖动了...
// input 外层div设置样式
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
转载于:https://www.cnblogs.com/shifeng-/p/10830303.html
// input 外层div设置样式
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
转载于:https://www.cnblogs.com/shifeng-/p/10830303.html