タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

JavaScriptとwindows8に関するnilabのブックマーク (2)

  • Windows8 Gesture動作 - とみぞーノート

    Vivo Tabを買ったWindows8タブレットでの動作確認用にASUSのVivo Tab RTを買った。タブレットとして使う分にはWindows8のメトロUIはなかなか使いやすい。 Gesture関連のイベント早速、JavaScriptからタッチ等ジェスチャ関連のイベントをどのように扱えるか試してみた。 まず、iOS,Androidのタッチ関連のイベントとはまったく異なる。Windows8ではタッチ関連のイベントにはマウスイベント、ポインタイベント、ジェスチャーイベントの3種類がある。 (a) マウスイベント 従来のマウス操作で使っていたmousedown,mouseup,click等のイベント。これらは、タッチパネル操作でも従来どおりイベント発生するので、PC用のサイトなどでは特に修正をしなくてもタッチパネルから操作できる(このあたりはiOS,Androidも同じ)。ただし、マルチタ

    nilab
    nilab 2013/06/14
    Windows8 Gesture動作 - とみぞーノート
  • Pointer and gesture events in Internet Explorer 10 (Windows)

    Note  For more current overviews on these topics, see the Pointer Events and Gesture Events topics. Caution  The W3C Pointer Events specification has undergone several revisions since its implementation in Internet Explorer 10. Additionally, the MS vendor prefixes on Pointer Events APIs are deprecated as of Internet Explorer 11. See Pointer Events updates for a summary of changes and compatibility

    Pointer and gesture events in Internet Explorer 10 (Windows)
    nilab
    nilab 2013/06/14
    ポインター イベントとジェスチャ イベント (Windows) : MSPointerDown, MSPointerMove, MSPointerUp, MSPointerOver, MSPointerOut, MSPointerHover, MSPointerCancel : window.navigator.msPointerEnabled
  • 1