Commit 5e46cf7f by Masaru Abe

#31919 【調査】商談支援システム GoogleChromeでビッチイン・アウトが効かない

parent fe6f5004
......@@ -320,6 +320,11 @@ $(function () {
// ロード時に一旦エラー状態をクリアしておく
AVWEB.avwClearError();
//#31919 【調査】商談支援システム GoogleChromeでビッチイン・アウトが効かない
navigator.pointerEnabled = navigator.maxTouchPoints > 0; // Edge 17 touch support workaround
document.documentElement.ontouchstart = navigator.maxTouchPoints > 0 ? function(){} : undefined; // Chrome 70 touch support workaround
});
/* get system setting object */
......
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