Skip to content

firefox mobile view breaking #1217

@sadn1ck

Description

@sadn1ck

Viewport meta tag missing causing firefox mobile display issues

Issue was posted on 2.x docs vuejs/v2.vuejs.org#2855 about the 3.x docs, just mirroring it here.
Can confirm said behaviour, probably due to missing viewport tag in the head.

Fix

Just need to add

['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],

to the vuepress config under head (tried locally).

Let me know if can make a PR, thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions