-
-
Notifications
You must be signed in to change notification settings - Fork 580
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I feel like I've seen similar issues but couldn't find them so I opened a new one.
Problem
If I install PairDrop as a PWA, because of "display": "minimal-ui" in manifest.json it opens a new tab in Safari instead of opening its own window. Because of this behavior, there is no point in using PairDrop as a PWA (at least for me).
Possible solution
Other PWA apps I've installed use "display": "standalone" which solves this issue.
Question
Is there any particular reason for using "minimal-ui" instead of "standalone"?
Smartphone
- Device: iPhone X
- OS: IOS 16.1.2
- Browser: Safari
Line 31 in 3fa0873
| "display": "minimal-ui", |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested