Ver más productos marca Sony
100+ vendidos
3,8
(13)
WH-1000XM6 Best Wireless Noise Canceling Headphones, Black Bundle with Deco Gear Pro Audio Headphone Stand in Matte Black/Red
8 || deltaY > 8)) {
isHorizontalSwipe = deltaX > deltaY;
}
if (isHorizontalSwipe) {
dragOffset = currentX - touchStartX;
}
"
@touchend="
isDragging = false;
const threshold = containerWidth * 0.15;
const deltaX = Math.abs(currentX - touchStartX);
const deltaY = Math.abs($event.changedTouches[0].clientY - touchStartY);
if (deltaX < 8 && deltaY < 8) {
openLightbox(activeImage);
} else if (isHorizontalSwipe && dragOffset < -threshold) {
activeImage = (activeImage + 1) % totalImages;
} else if (isHorizontalSwipe && dragOffset > threshold) {
activeImage = (activeImage - 1 + totalImages) % totalImages;
}
dragOffset = 0;
isHorizontalSwipe = null;
"
>
1 / 9
Ver más productos marca Sony
100+ vendidos
WH-1000XM6 Best Wireless Noise Canceling Headphones, Black Bundle with Deco Gear Pro Audio Headphone Stand in Matte Black/Red
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock
Opiniones de compradores
3,8
13 opiniones
5
70%
4
30%
3
0%
2
0%
1
0%
David L.
Probablemente el mejor auricular que he usado. Solía usar los beats studio pro y este es mucho mejor para música y videojuegos en mi opinión.
Luis
La calidad de sonido es buena, pero pedí un par de auriculares negros y recibí blancos.
Recibí una alerta cuando vuelva
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock