-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
BugSomething isn't workingSomething isn't workingJavascript FrontendPull requests that update Javascript codePull requests that update Javascript code
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
Labels
BugSomething isn't workingSomething isn't workingJavascript FrontendPull requests that update Javascript codePull requests that update Javascript code
Type
Projects
Status
✅ Done