Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个可以从 Ipad 访问的 ASP MVC 3 应用程序。我希望在从 ipad 连接到此应用程序时固定屏幕。
有谁知道该怎么做?
这解决了我的问题,但我不知道这是否是正确的方法
<body id="content_body" ontouchmove="blockMove()"> @* the body goes here *@ </body>
这是javascript函数的定义
function blockMove() { event.preventDefault(); }