Commit f4720e73 by Masaru Abe

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

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