Skip to content

[Bug]: meta tag in header is faulty #1130

Closed
@dizzy-duality

Description

@dizzy-duality

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 workingJavascript FrontendPull requests that update Javascript code

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions