Sale!
BUSHNELL POWER VIEW 2 16X32 BLK
$59.95 Original price was: $59.95.$34.00Current price is: $34.00.
-43%
BUSHNELL POWER VIEW 2 16X32 BLK
413 in stock
.armoryatlas-cta{display:inline-block;vertical-align:middle}
a.armoryatlas-link{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;text-decoration:none}
.armoryatlas-icon{width:20px;height:20px}
// Lightweight deep link handler with graceful web fallback.
(function(){
function openArmoryAtlas(anchor){
var scheme = anchor.getAttribute('data-scheme') || '';
var fallback = anchor.getAttribute('data-fallback') || '';
// If scheme missing, just open fallback in a new tab
if (!scheme) {
if (fallback) window.open(fallback, '_blank');
return;
}
var navigated = false;
function clearGuards(){
window.removeEventListener('blur', onBlur);
document.removeEventListener('visibilitychange', onVisibility);
}
function onBlur(){ navigated = true; clearTimeout(timer); clearGuards(); }
function onVisibility(){ if (document.hidden) onBlur(); }
window.addEventListener('blur', onBlur);
document.addEventListener('visibilitychange', onVisibility);
// Timer fallback if app not installed
var timer = setTimeout(function(){
if (!navigated && fallback) {
try { window.open(fallback, '_blank'); } catch (e) { window.location.href = fallback; }
}
clearGuards();
}, 900);
// Try to open app: iOS via hidden iframe, others via location
try {
var isIOS = /iphone|ipad|ipod/i.test(navigator.userAgent || '');
if (isIOS) {
var iframe = document.createElement('iframe');
iframe.style.display = 'none';
iframe.src = scheme;
document.body.appendChild(iframe);
setTimeout(function(){ try { document.body.removeChild(iframe); } catch(e){} }, 2000);
} else {
window.location.href = scheme;
}
} catch(e) {
// If scheme throw, immediately fallback
clearTimeout(timer);
if (fallback) {
try { window.open(fallback, '_blank'); } catch (err) { window.location.href = fallback; }
}
clearGuards();
}
}
// Delegate click handling to capture the button reliably
document.addEventListener('click', function(ev){
var el = ev.target && ev.target.closest ? ev.target.closest('a.armoryatlas-link') : null;
if (!el) return;
// Prevent default navigation to avoid same-page reloads or blank tabs
ev.preventDefault();
openArmoryAtlas(el);
}, { passive: false });
})();
Reviews
There are no reviews yet.