Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
when viewing an app the following meta tag in the header seems to be faulty
"<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=noviewport-fit=cover"/>"
Expected Behavior
Seems like there is a comma missing and the header should be like this:
"<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"/>"
Steps to reproduce
open an app and check the header of the page
Environment
Chrome
Additional Information
No response
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done