... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
21979 مقال 495 مصدر نشط 38 قناة مباشرة 4067 خبر اليوم
آخر تحديث: منذ ثانيتين

سامسونج تكشف عن منافس آيفون القابل للطي

تكنولوجيا
التقنية بلا حدود
2026/03/26 - 10:00 502 مشاهدة

هذا الموضوع سامسونج تكشف عن منافس آيفون القابل للطي ظهر على التقنية بلا حدود.

كشف تسريب جديد عن صور CAD لهاتف Samsung Galaxy Z Fold8 Wide المرتقب، والذي من المتوقع أن يُطلق هذا الصيف جنبًا إلى جنب مع Fold8 وFlip8.

تأتي هذه النسخة بعرض أكبر كما يوحي اسمها، لتنافس جهاز Apple iPhone Fold أو iPhone Ultra الذي سيحمل نسبة عرض مشابهة، ما يجعل الشاشة الداخلية أقل مربعة وأكثر شبهًا بجهاز لوحي صغير، مما يحسن تجربة الاستخدام للشاشة القابلة للطي.

يحمل Fold8 Wide الاسم الرمزي H8 ورقم الطراز SM-F971U، ويعتمد تصميمه على لغة Galaxy S25 Edge، خصوصًا جزيرة الكاميرا.

ومن حيث المواصفات، يتطابق الهاتف إلى حد كبير مع Fold8، حيث يضم معالج Snapdragon 8 Elite Gen 5 for Galaxy، وبطارية بسعة 5000 مللي أمبير تدعم الشحن السلكي بسرعة 45 واط. أما الشاشة القابلة للطي فهي بقياس 7.6 بوصة، بينما تبلغ شاشة الغطاء 5.4 بوصة.

تبلغ أبعاد Fold8 Wide عند الطي 123.9 × 82.2 × 9.8 ملم، وعند الفتح 123.9 × 164.4 × 4.9 ملم، وتصل سماكة نتوء الكاميرا إلى 14.6 ملم. أما السعر، فمن المتوقع أن يكون قريبًا جدًا من Fold8.

المصدر

هذا الموضوع سامسونج تكشف عن منافس آيفون القابل للطي ظهر على التقنية بلا حدود.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 45921; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 45921; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤