Novo | 2573 Vendidos

Bluetooth Mobile Game Controller for iOS & Android Wireless Retractable Gaming Gamepad Handheld Joystick - Turn Your Phone into a Gaming Console! Support Xbox/PS/Switch/PC/Steam (Black)

(Cód. Item 44007673) | Disponível em estoque.
filler

Color: Black
Prix:
€44

Em até 12x de €4,46

Stock:
50000 en stock, prêts à être livrés

Entrega via Correios © Carregando informações...

Frete Grátis

Devolução grátis. Até 7 dias a partir do recebimento.

Compra Garantida. Ou seu dinheiro de volta

Nós Aceitamos

American Express Boleto Elo Hypercard Mastercard Visa Pix
[PLAY HUNDREDS OF POPULAR GAMES - Our controller has a wireless Bluetooth 5.0 connection no need to re-download the game or install the app. compatible with IOS 13.0+ Android 6.0+ and Windows 10+ system devices. Also it supports cloud gaming (Xbox Cloud/GeForce Now/Luna) & remote play (PS Remote Play Xbox app Steam Link) for console/PC games on the go providing the best gaming experience on your phone. ERGONOMIC STRUCTURE - The gaming controller is ergonomically designed for a comfortable grip and the left side of the controller has a sunken design to reserve more space for your phone camera and protect the camera lens from scratches. with the textured grip of this handle you will not get tired even playing for a long time. and the top and bottom are sturdy holders so you do not worry about the phone sliding around. "FITS ALMOST POPULAR SMARTPHONES- The scalability of the phone controller for gaming allows you to install a 12.7-18.1cm mobile phone/tablet and easily switch between different devices. Such as iPhone 13 14 15 16 Pro Max iPad Mini Samsung Galaxy S22 S21 S20 10 9 Google Pixel Huawei Xiaomi Sony etc. As long as the screen is smaller than 7.2 inches (180 mm) then you will use it." ULTRA-LONG BATTERY LIFE - Built-in rechargeable 350mAh high-capacity battery provides over 12 hours of game playing and it can be fully charged within 2-3 hours by USB-C charging. Never worry about game interruptions enjoy your gaming time. Through a USB-C port you can as a wired controller on a PC or tablet screen to play any games. ADJUSTABLE TURBO & VIBRATION FUNCTIONS - Highly accurate thumbsticks and responsive D-pad and buttons ensuring every move is executed accurately. An adjustable TURBO function (8/15/25 shots/s) freeing your fingers and making it easier to win in an action game and a dual motors vibration function provide a realistic and stimulated gaming experience! TURBO+L3 can turn on/off the lights of ABXY keys and build your exclusive gaming ambiance! "TIPS FOR GAME CONTROLLER - When the wireless controller encounters abnormal situations such as inability to connect/charge or joystick offset you can try resetting it: poke the RESET hole on the left side of the USB-C charging port) with a needle and restart the controller to solve most non-quality problems. Then delete the memorized Bluetooth name from your phone and reconnect again."]

Paiement sécurisé

American Express Boleto Elo Hypercard Mastercard Visa

Vos informations de paiement sont gérées de manière sécurisée. Nous ne stockons ni ne pouvons récupérer votre numéro de carte bancaire.

Estimer la livraison

Ajouter au panier
// Correção das variantes de produto document.addEventListener('DOMContentLoaded', function() { const variantSelectors = document.querySelectorAll('.product-form__input'); const mainImage = document.querySelector('.product__media img'); if (variantSelectors.length > 0 && mainImage) { variantSelectors.forEach(selector => { selector.addEventListener('change', function() { updateVariantImage(); }); }); } function updateVariantImage() { const selectedVariant = getSelectedVariant(); if (selectedVariant && selectedVariant.featured_image) { if (mainImage) { mainImage.src = selectedVariant.featured_image.src; mainImage.alt = selectedVariant.featured_image.alt || ''; } // Atualizar thumbnails const thumbnails = document.querySelectorAll('.product__media-thumbnail'); thumbnails.forEach(thumb => { thumb.classList.remove('active'); if (thumb.dataset.mediaId === selectedVariant.featured_image.id.toString()) { thumb.classList.add('active'); } }); } } function getSelectedVariant() { const form = document.querySelector('.product-form'); if (!form) return null; const formData = new FormData(form); const variantId = formData.get('id'); if (window.productVariants) { return window.productVariants.find(variant => variant.id == variantId); } return null; } });