Switch Remote Controller, Switch Joypad supports Dual Vibration/Motion Control/Screenshot/Wake-up

$23.99
$39.99
-$16.00
Quantity

Description

YUOY switch controller can be perfectly compatible with Nintendo Switch/Oled/Lite, an excellent replacement for the original switch controllers. YUOY switch remote support more people to play switch games simultaneously, which is perfect for enjoying the group game with friends or family.

YUOY Switch controller has detailed movement detection, high precision 360° joysticks, and a 6-axis gyroscope in each controller for precise aiming and shooting. Dual vibration and motion Controls make you enjoy an immersive gaming experience.

YUOY switch remote support wireless and wired connection, stable signal, and strong anti-interference, without delay and drift. Controllers are easy and fast to connect: With one convenient click, no extra connection setup and wireless drivers; wired connection by sliding the controller into the switch console.

YUOY switch controller support one-key wake-up device. Long-press the ''HOME'' button 1-2s to wake up switch and the screen will light up.

YUOY switch remote has built-in 500mAh battery can last about 20-30 hours of playing time, making a stable, lasting, and pleasant gaming experience for you.

  • 【Multifunctional Switch contorller】 YUOY switch controller supports one-key wake-up, one-key screenshot, and one-key sharing. With built-in 6-axis motion sensor and dual vibration motors, and precise joysticks for more accurate control, it provides a more immersive gaming experience.
  • 【Dual Vibration & Motion Control】Each L/R Switch remote has a built-in high-strength vibration motor and 6-axis gyro sensor, which make both left and right joy pad controller support vibration and motion control functions, provides real feedback for every collision, accurately senses your operation and responds quickly.
  • 【Support wireless, fast pairing】Wireless Switch controller using BT transmission technology, pairing is convenient and fast. The wireless connection signal is stable, almost no delay, and has anti-interference ability. The next time you use it, press the power button and it will automatically connect (support the latest version of console).
  • 【Large Capacity Battery】Each L/R switch controller has built in a high-quality 500mAh lithium battery, providing up to 20 hours of continuous use on a full charge. It only takes 3 hours to fully charge, so start enjoying the fun of gaming now!
  • 【Worry-free after-sales】We have a reliable after-sales service team. If you encounter any problems after receiving the products, please feel free to contact our customer service team through Walmart email, we will reply you within 24 hours. Our Left and right switch controllers are the best choice for gifts, suitable for any group of people, our products will be your best choice, I believe our products will be let you buy again.
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.