JIMTAB Android Tablet Octa Core 8 Threads 10 inch Android Tablets, 8GB+16GB RAM 128GB ROM Business Game Teach Tablet Include Adapter, Keyboard, Stylus, GPS, WiFi, BT, Google Certificated (Blue Grey)

$189.99
Quantity
Share the love
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

1.【Powerful Performance】Experience powerful performance with the JIMTAB PD-600 Android tablet, featuring the Mediatek MT8183 octa-core processor and 8 Threads. With 24GB RAM (8GB + 16GB Virtual RAM) and 128GB ROM, this tablet allows for seamless multitasking and ample storage for large files. Expand the memory up to 1TB with the TF card slot. Supports 64-bit operating systems. It can run any multitasking program very smoothly.

2.【IPS FHD Display and Camera】Enjoy a clear and immersive viewing experience with the JIMTAB PD-600 tablet's HD IPS screen. With a resolution of 1280*800 and 350 nit brightness, this tablet delivers stunning visuals. PD-600 Android Tablet with Front 8 MP, Rear 13 MP camera with Flash Light Lets you take and watch captivating photos and videos.

3.【Slim Metal Body and Long-Life battery】With a slim and lightweight Aluminum alloy design measuring 241.4x160.2*8.4mm (9.48x6.29*0.33'') and weighing just 470g (1.03 lb), the JIMTAB PD-600 is highly portable. The tablet is equipped with a long-lasting 6000mAh battery, reducing the need for frequent charging. Advanced type-C fast charging technology ensures quick charging times.

4.【Fast Multifunctional Connection】PD-600 is a 2.4G + 5G WIFI multi-function tablet computer. 2023 Latest Tablet Stay connected with built-in Bluetooth 5.2 and Wi-Fi 802.11 ac/b/g/n. Great for connecting to the internet quickly. Bring a good online experience. Type-C cable transfers data quickly.

5.【Eye Health Meets Premium Entertainment】Our TÜV SÜD certified tablets offer advanced blue light protection, ensuring your eyes stay healthy. And with Widevine L1 support, enjoy your favorite streaming services like Disney+, Hulu, HBO Max, Amazon Prime Video, in stunning detail.

6.【Latest Multi-Accessory Tablet】Get it with one purchase Brand new PD-600 tablet*1. Type C 3.0 Data Adapter*1. Bluetooth Keyboard*1. Stylus*1. HD Screen protector*1. Data cable and Power adapter*1. Operation Manual*1. Film application kit 3-piece set*1.

  • Bluetooth Keyboard
  • Type C 3.0 Data Adapter
  • Stylus
  • Data cable and Power adapter
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.