Closed webcompat-bot closed 5 years ago
Thanks for the report, but I don't see any Compatibility issue on the provided URL.
Tested with: Browser / Version: Firefox Nightly 66.0a1 (2019-01-14) Operating System: Google Pixel (Android 9) - 1080 x 1920 pixels (~441 ppi pixel density), Samsung Galaxy S7 Edge (Android 8.0.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)
Could you try clearing cache/data/cookies, disable Ad-blocker (if available), or use a clean profile (about:profiles), and check again?
After further investigation, it seems that the site is not displayed on Firefox Focus with Geckoview enabled.
The issue is not reproducible on Firefox Focus without Geckiview.
Tested with: Tested with: Browser / Version: Firefox Focus 8.0.6 (Build #330111642 🦎 64.0.201901111134233) Operating System: Google Pixel (Android 9) - 1080 x 1920 pixels (~441 ppi pixel density), Samsung Galaxy S7 Edge (Android 8.0.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)
Reopening and moving to Needsdiagnosis for further investigation,
yes this is just a tracking protection issue. we can reproduce on Firefox RDM with Firefox Android UA + private window.
This is triggered by
this.incognitoCheck(),
incognitoCheck: function () {
var classCheck = jQuery('#colmain').hasClass('bv-single');
if ( - 1 === document.cookie.indexOf('breakingviews=activeuser') && classCheck) {
var IE = BV.getIEVersion();
return 0 < IE || 11 === IE ? window.indexedDB || !window.PointerEvent && !window.MSPointerEvent ? BV.incognitoPopup(!1) : BV.incognitoPopup(!0) : BV.incognitoBrowsers().then(function (isPrivate) {
BV.incognitoPopup(isPrivate)
}),
!1
}
return jQuery('body').addClass('public'),
!1
},
incognitoBrowsers: function () {
return new Promise(function (resolve) {
var on = function () {
resolve(!0)
},
off = function () {
resolve(!1)
};
if (!window.webkitRequestFileSystem) {
if ('MozAppearance' in document.documentElement.style) {
var db = indexedDB.open('test');
return db.onerror = on,
void (db.onsuccess = off)
}
if (/^((?!chrome|android).)*safari/i.test(navigator.userAgent)) {
var isPrivate = !1;
try {
window.openDatabase(null, null, null, null)
} catch (_) {
isPrivate = !0
}
isPrivate ? on() : off()
}
return off()
}
window.webkitRequestFileSystem(0, 0, off, on)
})
},
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue at https://webcompat.com/issues/new if you are experiencing a similar problem.
URL: https://www.breakingviews.com/considered-view/eu-investment-banks-face-the-regulatory-microscope/
Browser / Version: Firefox Mobile 64.0 Operating System: Android 6.0 Tested Another Browser: Yes
Problem type: Site is not usable Description: not readable Steps to Reproduce:
Browser Configuration
From webcompat.com with ❤️