Commit a2642dfd authored by hbcui1984's avatar hbcui1984

update 手势描述

parent 49429269
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="http://dcloudio.github.io/mui/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="http://dcloudio.github.io/mui/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="http://dcloudio.github.io/mui/dist/css/mui.min.css?v=2015-01-27 21:09:53 +0800"> <link rel="stylesheet" href="http://dcloudio.github.io/mui/dist/css/mui.min.css?v=2015-01-27 21:13:32 +0800">
<link rel="stylesheet" href="http://dcloudio.github.io/mui/assets/css/docs.css?v=2015-01-27 21:09:53 +0800"> <link rel="stylesheet" href="http://dcloudio.github.io/mui/assets/css/docs.css?v=2015-01-27 21:13:32 +0800">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://dcloudio.github.io/mui/assets/img/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://dcloudio.github.io/mui/assets/img/apple-touch-icon-114x114.png">
...@@ -522,9 +522,17 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级 ...@@ -522,9 +522,17 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
<td>双击屏幕</td> <td>双击屏幕</td>
</tr> </tr>
<tr> <tr>
<td>长按</td> <td rowspan="3">长按</td>
<td>longtap</td> <td>longtap</td>
<td>长按屏幕</td> <td>长按屏幕</td>
</tr>
<tr>
<td>hold</td>
<td>按住屏幕</td>
</tr>
<tr>
<td>release</td>
<td>离开屏幕</td>
</tr> </tr>
<tr> <tr>
<td rowspan="4">滑动</td> <td rowspan="4">滑动</td>
...@@ -556,14 +564,7 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级 ...@@ -556,14 +564,7 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
<td>dragend</td> <td>dragend</td>
<td>拖动结束</td> <td>拖动结束</td>
</tr> </tr>
<tr>
<td>hold</td>
<td>按住</td>
</tr>
<tr>
<td>release</td>
<td>释放</td>
</tr>
</tbody> </tbody>
</table> </table>
...@@ -1084,8 +1085,8 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级 ...@@ -1084,8 +1085,8 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
</div> </div>
<script src="http://dcloudio.github.io/mui/dist/js/jquery-2.1.1.js"></script> <script src="http://dcloudio.github.io/mui/dist/js/jquery-2.1.1.js"></script>
<script src="http://dcloudio.github.io/mui/dist/js/bootstrap.min.js"></script> <script src="http://dcloudio.github.io/mui/dist/js/bootstrap.min.js"></script>
<script src="http://dcloudio.github.io/mui/dist/js/mui.min.js?v=2015-01-27 21:09:53 +0800"></script> <script src="http://dcloudio.github.io/mui/dist/js/mui.min.js?v=2015-01-27 21:13:32 +0800"></script>
<script src="http://dcloudio.github.io/mui/assets/js/docs.min.js?v=2015-01-27 21:09:53 +0800"></script> <script src="http://dcloudio.github.io/mui/assets/js/docs.min.js?v=2015-01-27 21:13:32 +0800"></script>
<script type="text/javascript"> <script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Ffff299fda9ff2d5ac97d9e621f738e52' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Ffff299fda9ff2d5ac97d9e621f738e52' type='text/javascript'%3E%3C/script%3E"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment