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からアクセスできるASPMVC3アプリケーションがあります。iPadからこのアプリケーションに接続しているときに画面を修正したい。
誰かがそれを行う方法を知っていますか?
これで私の問題は解決しましたが、それが正しい方法かどうかはわかりません
<body id="content_body" ontouchmove="blockMove()"> @* the body goes here *@ </body>
そしてここにjavascript関数の定義があります
function blockMove() { event.preventDefault(); }