-
.
Transport Progress
Itinéraire Maritime
Anvers
Partenaires Logistiques
DESTINATAIRE
AGENT MARITIME
Suivi du Statut
Documents
BL
Voyage
-
1) {
startX = $event.touches[0].clientX;
touchStartTime = Date.now();
isDragging = false;
dragDistance = 0;
}
"
@touchmove.passive="
if (selectedTruck?.images?.length > 1 && startX !== 0) {
currentX = $event.touches[0].clientX;
dragDistance = Math.abs(startX - currentX);
if (dragDistance > 10) {
isDragging = true;
}
}
"
@touchend="
if (selectedTruck?.images?.length > 1 && startX !== 0) {
const touchDuration = Date.now() - touchStartTime;
const deltaX = startX - currentX;
// Only process as swipe if it was a quick gesture with sufficient distance
if (isDragging && touchDuration < 500 && Math.abs(deltaX) > swipeThreshold) {
if (deltaX > 0) {
nextImage();
} else {
prevImage();
}
}
}
// Reset all values
isDragging = false;
startX = 0;
currentX = 0;
dragDistance = 0;
touchStartTime = 0;
"
style="touch-action: pan-y;"
>
App Store
Google Play
+33 1 40 20 30 40
+33 6 80 90 10 20
support@socar-maritime.com
commercial@socar-maritime.com
SOCAR Maritime Services
125 Avenue des Champs-Élysées
75008 Paris, France