✦ Verified product
Samsung W26 Fold
GBP 2,249.00
Average Dad Tech
Verified independent store
→
Chinese Version with FULL GOOGLE Play Store Accordion Specs body { font-family: 'Varela Round', sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .accordion { max-wid
th: 900px; margin: 40px auto; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); background: white; overflow: hidden; } .accordion-item { border-top: 1px solid #4a58a6; } .accordion-header { background-color: #137de4; color: #ffffff; padding: 20px 24px; width: 100%; text-align: left; font-size: 18px; font-weight: bold; border: none; outline: none; cursor: pointer; transition: background 0.3s ease; } .accordion-header:hover { background-color: #fcdc23; color: #000; } .accordion-content { display: none; background-color: #f7f3d7; padding: 0 24px; } .accordion-content.active { display: block; padding: 20px 24px; } .accordion-content ul { list-style: none; padding-left: 0; font-size: 16px; line-height: 1.6; } .accordion-content li { margin-bottom: 10px; } .accordion-content strong { display: inline-block; width: 160px; } Network Technology: GSM / CDMA / HSPA / EVDO / LTE / 5G 2G Bands: GSM 850 / 900 / 1800 / 1900 - SIM 1 & SIM 2 (dual-SIM model only) CDMA 800 / 1900 3G Bands:GSM 850 / 900 / 1800 / 1900 - SIM 1 & SIM 2 (dual-SIM model only) CDMA 800 / 1900 4G Bands: LTE 5G Bands: SA/NSA/Sub6/mmWave Speed: HSPA, LTE, 5G SIM: Nano-SIM + Nano-SIM Durability: IPX8 water resistant (up to 1.5m for 30 mins) Body Dimensions: Unfolded: 158.4 x 143.2 x 4.2, Folded: 158.4 x 72.8 x 8.9 Weight: 215 g (7.72 oz) Display Type: Foldable LTPO AMOLED, 1B colors, 120Hz, etc. Size: 8.0 inches (straight angle) / 8.0 inches (rounded corner) Resolution: 2184 x 1968 (QXGA+) Cover Display: 6.5 inches (straight angle) / 6.5 inches (rounded corner) Resolution:2520 x 1080 (FHD+) Platform OS: Android , One UI Chipset: Snapdragon 8 Gen 3 (4 nm) CPU: Octa-core (various speeds) GPU: Adreno 750 Memory Card Slot: No Internal: 1TB 16GB RAM, 512GB 16GB RAM Type: UFS 4.0 Main Camera Triple: 10 MP (wide) 12 MP (telephoto) 200 MP (ultrawide) Features: Optical zoom 3x, optical quality zoom 2x (enabled by adaptive pixel sensor), digital zoom up to 30x Video: UHD 8K (7680 x 4320)@30fps , UHD 8K (7680 x 4320)@60fps Selfie Camera Single: 10 MP front and 4 MP Underscreen on inner screen Features: HDR Video: UHD 8K (7680 x 4320)@30fps Sound Speakers: Yes, stereo speakers 3.5mm Jack: No Comms WLAN: 802.11a/b/g/n/ac/ax/be 2.4GHz+5GHz, EHT160, MIMO, 4096-QAM Bluetooth: 5.4 Positioning: GPS, Glonass, Beidou, Galileo, QZSS NFC: Yes Infrared: Yes Radio: No USB: USB Type-C Features Sensors: Accelerometer, air pressure sensor, fingerprint reader, gyroscope sensor, geomagnetic sensor, Hall sensor, light sensor, proximity sensor Battery Type: Li-Ion 4400 mAh Charging: TBC const headers = document.querySelectorAll(".accordion-header"); headers.forEach(header => { header.addEventListener("click", () => { const content = header.nextElementSibling; content.classList.toggle("active"); }); });