switch listen to touchend on mobile (#4488)

master
Zaahir Moolla 2017-09-14 12:17:44 -04:00 committed by PJ Hampton
parent b49cd752b2
commit 5c391e1091
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ DDH.calculator = DDH.calculator || {};
*/
if(DDG.device.isMobile || DDG.device.isMobileDevice) {
// mobile
deviceType = 'touchstart';
deviceType = 'touchend';
} else {
// everything else
deviceType = 'click';