Skip to content

Commit 39ba9b2

Browse files
fix apple detection
1 parent 35c7db6 commit 39ba9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/app/gen/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function goappWatchForInstallable() {
8989
}
9090

9191
function goappIsAppInstallable() {
92-
return !goappIsAppInstalled() && deferredPrompt != null;
92+
return !goappIsAppInstalled() && (deferredPrompt != null || goappIsAppleBrowser());
9393
}
9494

9595
function goappIsAppInstalled() {

0 commit comments

Comments
 (0)