-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawer is unusable on a standalone installed PWA #505
Comments
@emilkowalski what's the purpose of this condition? I found that removing it fixed the issues we have been seeing on a standalone PWA. I assume it has some purpose though. |
The same issue is occurring in iOS app WebViews, not just PWAs. |
@smhutch How did you remove it? |
yep can confirm this behaviour on iOS as well using React Native's Webview. Temporary workaround by changing the user agent for webview works. |
Setting |
Drawer
content is unusable when:manifest.json
with"display": "standalone",
Recording of issue
ScreenRecording_11-06-2024.15-08-49_1.mov
In this recording I:
Drawer
at the top of the page. I can interact with it as normal and click on the button to show the alert.Drawer
(same component as above).Minimal repro
The text was updated successfully, but these errors were encountered: