mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 00:59:59 +00:00
Update IosPwaLimitations.tsx
This commit is contained in:
parent
cd1079eb8c
commit
077edd7da8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Icon, Icons } from "../Icon";
|
|||
function IosPwaLimitations() {
|
||||
const showAlert = () => {
|
||||
alert(
|
||||
"Due to Apple’s limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser vertion to re-enable these features.\n" +
|
||||
"Due to Apple’s 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!",
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue