mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Make FooterNav work with PWAs on iPadOS
This commit is contained in:
parent
68c7699c46
commit
58f16f2e2b
@ -367,9 +367,10 @@ export function areCookiesEnabled() {
|
||||
}
|
||||
|
||||
export function isiOSPWA() {
|
||||
const caps = Discourse.__container__.lookup("capabilities:main");
|
||||
return (
|
||||
window.matchMedia("(display-mode: standalone)").matches &&
|
||||
navigator.userAgent.match(/(iPad|iPhone|iPod)/g)
|
||||
caps.isIOS
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user