OnePlus Nord 3 5G price in india

OnePlus Nord 3 5G Smartphone

Processor Excellent

Chipset: MediaTek Dimensity 9000

CPU: Octa-core (1×3.05 GHz Cortex-X2 & 3×2.85 GHz Cortex-A710 & 4×1.80 GHz Cortex-A510)

RAM: 8 GB / 16 GB

Display Excellent

Size: 6.74 inches AMOLED

Resolution: 1240 × 2772 (1.5K)

Refresh Rate: 120 Hz Adaptive

Design: Bezel-less with punch-hole display, HDR10+

Rear Camera Excellent

Setup: Triple Camera

Primary: 50 MP Sony IMX890 OIS

Ultra-Wide: 8 MP

Macro: 2 MP

Flash: Dual LED Flash

Front Camera Very Good

Resolution: 16 MP Wide Angle

Flash: Screen Flash

Battery Excellent

Capacity: 5000 mAh

Charging: 80W SUPERVOOC Fast Charging (USB Type-C)

Amazon

₹27999

Flipkart

28000

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });