안드로이드 chrome 112.0.5615.48에서 상품옵션선택이 안되는 문제 수정

This commit is contained in:
thisgun
2023-04-17 12:16:12 +09:00
parent 9cd2841006
commit 4204f7970e
6 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ $(function() {
});
if(isAndroid) {
$(document).on("touchend", "select.it_option", function() {
$(document).on("touchend mouseup", "select.it_option", function() {
option_add = true;
});
} else {
@ -151,7 +151,7 @@ $(function() {
});
if(isAndroid) {
$(document).on("touchend", "select.it_supply", function() {
$(document).on("touchend mouseup", "select.it_supply", function() {
supply_add = true;
});
} else {