You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dialog and sheetDialog are used in PWA applications, there is an issue that the status bar remains the same color as the main background of the application. It would be better to dynamically change the color of the status bar when the dialog is opened.
Sounds good. It should also allow getting it so that dialogs can restore it after they are closed. Also we need to think if it should be always on, maybe some apps have it configured to some color that works well with open dialogs 🤔
Description
When dialog and sheetDialog are used in PWA applications, there is an issue that the status bar remains the same color as the main background of the application. It would be better to dynamically change the color of the status bar when the dialog is opened.
document.querySelector('meta[name="theme-color"]')?.setAttribute('content', content)
i suggest using а
#404040
or#333
colorThe text was updated successfully, but these errors were encountered: