Free Shipping On All Orders Over $100

Checking device capabilities

0 Reviews
Out of stock

  • Estimated delivery time 14-30 days
  • 18 months warranty at Genuine Warranty Center.
  • Whats in the box: charging cable and block
SKU: E23E8CC5

Product details

To work properly, this page requires JavaScript and cookies to be enabled.

After you enable JavaScript and cookies, you’ll need to start again.

To work properly, this page requires JavaScript and cookies to be enabled.

After you enable JavaScript and cookies, you’ll need to start again.

ellipsis-anim span{font-size:32px;opacity:.1;-webkit-animation:1s infinite ellipsis-dot;animation:1s infinite ellipsis-dot}.ellipsis-anim span:first-child{-webkit-animation-delay:0ms;animation-delay:0ms}.ellipsis-anim span:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.ellipsis-anim span:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes ellipsis-dot{0%,100%{opacity:.1}50%{opacity:1}}@keyframes ellipsis-dot{0%,100%{opacity:.1}50%{opacity:1}}
.device-check-subtitle{text-align:center;margin:250px auto 0;line-height:1em;font-weight:400;font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#4a4a4a;}

Checking device capabilities

var fallbackSubmitMilliSeconds = 5000;
const fallbackSubmitMilliSecondsInput = document.querySelector(‘#fallbackSubmitMilliSeconds’);
if (fallbackSubmitMilliSecondsInput) {
fallbackSubmitMilliSeconds = Number(fallbackSubmitMilliSecondsInput.value);
}
function browserCheckAlreadySubmited() {
const browserCheckAlreadySubmitedInput = document.querySelector(‘#browserCheckAlreadySubmited’);
if (browserCheckAlreadySubmitedInput) {
return browserCheckAlreadySubmitedInput.value === ‘true’;
}
return false;
};
function submitform() {
clearTimeout(autoSubmit);
if (!browserCheckAlreadySubmited()) {
console.warn(‘Auto submitting browser check page’);
const form = document.querySelector(‘form’);
if (form) {
document.querySelector(‘body’).style.transition = ‘opacity 2s’;
document.querySelector(‘body’).style.opacity = 0;
form.submit();
} else {
console.warn(‘Cannot auto submit browser check page because I did not find the form element’);
}
}
}
const autoSubmit = setTimeout(function () { submitform(); }, fallbackSubmitMilliSeconds);

Customers Reviews

There are no reviews yet.

Be the first to review “Checking device capabilities”

Your email address will not be published. Required fields are marked *

Back to Top
en_USEnglish
Select your currency
Product has been added to your cart