mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Make FooterNav work with PWAs on iPadOS
This commit is contained in:
parent
68c7699c46
commit
58f16f2e2b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue