Commit 7d40f81d by Masaru Abe

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

parent d308c8b9
...@@ -327,6 +327,11 @@ $(function () { ...@@ -327,6 +327,11 @@ $(function () {
// ロード時に一旦エラー状態をクリアしておく // ロード時に一旦エラー状態をクリアしておく
AVWEB.avwClearError(); 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 */ /* 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