Battery Case for iPhone 16 Pro Max, 8000mAh Charger Case for iPhone 16 Pro Max 6.9"

Battery Case for iPhone 16 Pro Max, 8000mAh Charger Case for iPhone 16 Pro Max 6.9"

$32.99
{{option.name}}: {{selected_options[option.position]}}
{{value_obj.value}}

Product Description /** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } } /** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus }       Protect your phone     P.now("premium-aplus-13-carousel-2").execute(function(init) { if (init) { return; } P.register("premium-aplus-13-carousel-2", function(){ return function() { P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) { var moduleId = "2"; var carouselName = "premium-aplus-13-carousel-2"; var paginationAction = "aplus-pagination-dot-action-" + moduleId; var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName; const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; /* If the carousel goes to a new page */ A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) { A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false') .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true'); }); framework.onInit(carouselName, function (carousel) { A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } }); });       P.now("premium-aplus-13-carousel-3").execute(function(init) { if (init) { return; } P.register("premium-aplus-13-carousel-3", function(){ return function() { P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) { var moduleId = "3"; var carouselName = "premium-aplus-13-carousel-3"; var paginationAction = "aplus-pagination-dot-action-" + moduleId; var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName; const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; /* If the carousel goes to a new page */ A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) { A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false') .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true'); }); framework.onInit(carouselName, function (carousel) { A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } }); });   Is this battery case compatible with iPhone 16 Pro or iPhone 16 Plus? No, this NEWDERY battery case is specifically designed for iPhone 16 Pro Max. It is not compatible with iPhone 16 Pro, iPhone 16, iPhone 16 Plus, iPhone 15 Pro Max, or iPhone 14 Pro Max. Does the battery case support fast charging? The Type-C port provides up to 12W output, which allows for efficient charging, although it may not be as fast as higher-wattage charging options. Can I charge the battery case and my iPhone 16 Pro Max at the same time? Yes, the case supports simultaneous charging. You can recharge the case while wirelessly charging your iPhone 16 Pro Max. It also supports wireless and USB-C charging at the same time. Does the case block access to the phone’s ports and functions like CarPlay or Apple Pay? No, the case retains all original phone functions, including CarPlay, data transfer, wired headphones, and for Apple Pay. It ensures that all interfaces remain fully accessible. What’s included in the package when I purchase this battery case? The package includes 1* 8000mAh battery case, 1* protective film, 1* USB-C to USB-C cable, and 1* user manual, providing everything you need to get started.     P.now("premium-aplus-13-carousel-5").execute(function(init) { if (init) { return; } P.register("premium-aplus-13-carousel-5", function(){ return function() { P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) { var moduleId = "5"; var carouselName = "premium-aplus-13-carousel-5"; var paginationAction = "aplus-pagination-dot-action-" + moduleId; var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName; const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; /* If the carousel goes to a new page */ A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) { A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false') .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true'); }); framework.onInit(carouselName, function (carousel) { A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } }); });       Add to Cart Add to Cart Price $32.99$32.99 $32.99$32.99 — — Compatibility ONLY for iPhone 16 Pro Max ONLY for iPhone 16 Plus ONLY for iPhone 16 ONLY for iPhone 16 Pro Screen Size 6.9 inches 6.7 inches 6.1 inches 6.3 inches Battery Capacity 8000 mAh 8000 mAh 5000 mAh 5000 mAh Connect Type USB C Input/Output USB C Input/Output USB C Input/Output USB C Input/Output Wireless Charging for iPhone Wireless Charging for Case

Show More Show Less

Price History

$29.59 (-$3.40)
$32.99 (+$3.40)
$28.79 (-$4.20)
$32.99 (+$4.20)
Show Less Show More