Update IosPwaLimitations.tsx

This commit is contained in:
Pas 2025-05-20 14:05:43 -06:00
parent cd1079eb8c
commit 077edd7da8

View file

@ -4,7 +4,7 @@ import { Icon, Icons } from "../Icon";
function IosPwaLimitations() {
const showAlert = () => {
alert(
"Due to Apples limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser vertion to re-enable these features.\n" +
"Due to Apples limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser version to re-enable these features.\n" +
"Tip: To hide the iOS home indicator, use guided access within the PWA!",
);
};