A10 Android Projector

(46 reviews)

Original price was: ₨ 22,000.Current price is: ₨ 18,999.

A10 Android Projector ek smart portable projector hai jo Android OS par chalti hai. Isme Wi-Fi, Bluetooth, YouTube/Netflix support, bright LED lamp, HD display output aur built-in speakers hote hain. Ghar, office aur classroom presentations ke liye perfect hai. Compact size, easy setup aur clear image quality ke sath multimedia viewing bohot aasaan banata hai.

Description

A10 Android Projector ek smart portable projector hai jo Android OS par chalti hai. Isme Wi-Fi, Bluetooth, YouTube/Netflix support, bright LED lamp, HD display output aur built-in speakers hote hain. Ghar, office aur classroom presentations ke liye perfect hai. Compact size, easy setup aur clear image quality ke sath multimedia viewing bohot aasaan banata hai.
A10 Android Projector ek smart portable projector hai jo Android OS par chalti hai. Isme Wi-Fi, Bluetooth, YouTube/Netflix support, bright LED lamp, HD display output aur built-in speakers hote hain. Ghar, office aur classroom presentations ke liye perfect hai. Compact size, easy setup aur clear image quality ke sath multimedia viewing bohot aasaan banata hai.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

function addQtyButtons() { document.querySelectorAll('.quantity').forEach(function(qty) { // prevent double buttons if (qty.classList.contains("buttons-added")) return; qty.classList.add("buttons-added"); let input = qty.querySelector('input.qty'); if (!input) return; // Create minus button let minus = document.createElement("span"); minus.innerHTML = "–"; minus.classList.add("qty-btn", "qty-minus"); // Create plus button let plus = document.createElement("span"); plus.innerHTML = "+"; plus.classList.add("qty-btn", "qty-plus"); // Insert buttons qty.insertBefore(minus, input); qty.appendChild(plus); // on click events minus.addEventListener("click", function () { let val = parseInt(input.value); if (val > 1) input.value = val - 1; input.dispatchEvent(new Event("change")); }); plus.addEventListener("click", function () { let val = parseInt(input.value); input.value = val + 1; input.dispatchEvent(new Event("change")); }); }); } // Run again when Elementor loads product widget document.addEventListener("DOMContentLoaded", function () { addQtyButtons(); }); // For AJAX-loaded product pages (Elementor) document.body.addEventListener("DOMNodeInserted", function () { addQtyButtons(); });