Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3384547
D13119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
441 B
Referenced Files
None
Subscribers
None
D13119.diff
View Options
diff --git a/web/shared-worker/utils/db-utils.js b/web/shared-worker/utils/db-utils.js
--- a/web/shared-worker/utils/db-utils.js
+++ b/web/shared-worker/utils/db-utils.js
@@ -44,7 +44,9 @@
}
const isDesktopSafari: boolean =
- browser && browser.name === 'safari' && browser.os === 'Mac OS';
+ browser &&
+ (browser.name === 'safari' || browser.name === 'ios-webview') &&
+ browser.os === 'Mac OS';
export {
isSQLiteSupported,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 9:33 PM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2598215
Default Alt Text
D13119.diff (441 B)
Attached To
Mode
D13119: Fix broken E2E notifications when Safari is closed
Attached
Detach File
Event Timeline
Log In to Comment