Merge pull request #519

fix: pulltorefresh enabled globally
This commit is contained in:
Herculino Trotta
2026-02-15 23:37:42 -03:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ const isIosPwa = () => {
const ua = window.navigator.userAgent.toLowerCase();
const isIos = /iphone|ipad|ipod/.test(ua) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1);
const isStandalone = window.navigator.standalone === true || window.matchMedia('(display-mode: standalone)').matches;
return true || isIos && isStandalone;
return isIos && isStandalone;
};
const ptrMarkup = `