Commit f4720e73 by Masaru Abe

#12490 PDFのみ3Dの反応が悪い

parent 385b409f
...@@ -1886,10 +1886,6 @@ function onTouchmove(evt){ ...@@ -1886,10 +1886,6 @@ function onTouchmove(evt){
function onTouchend(evt){ function onTouchend(evt){
if( _bTouchDeviceEnabled ){
evt.preventDefault();
}
if(ClientData.IsAddingMarking() == true){ if(ClientData.IsAddingMarking() == true){
return; return;
} }
...@@ -1924,9 +1920,10 @@ function onTouchend(evt){ ...@@ -1924,9 +1920,10 @@ function onTouchend(evt){
return; return;
} }
//if (avwUserEnvObj.os == "ipad" || avwUserEnvObj.os == "android") { if( _bTouchDeviceEnabled ){
// evt.preventDefault(); evt.preventDefault();
//} }
_lastScaleDelta = userScale -1; _lastScaleDelta = userScale -1;
if(_bWin8TouchEnabled){ if(_bWin8TouchEnabled){
......
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