Accessories

Whether you’re scaling the heights of a bustling construction site or navigating the twists and turns of daily logistics, we know that your rugged tablet is your trusty sidekick. But why not add tablet accessories? Increase your tablet’s capabilities with our top-tier selection of rugged tablet accessories—each piece meticulously matched to your specific tablet model.

© 2024 Relec Electronics. All rights reserved. Animal House, Justin Business Park, Sandford Lane, Wareham, Dorset, BH20 4DY, UK. Company Registration No. 1389 153 England

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });