Skip to content

Instantly share code, notes, and snippets.

@preaction
Created September 26, 2016 00:32
Show Gist options
  • Save preaction/e5cacb97b2c60aae74a6da54d8fd60ae to your computer and use it in GitHub Desktop.
Save preaction/e5cacb97b2c60aae74a6da54d8fd60ae to your computer and use it in GitHub Desktop.
Viewport argument value "device-width;" for key "width" is invalid, and has been ignored. Note that ';' is not a separator in viewport values. The list should be comma-separated.
Viewport argument value "1.0;" for key "initial-scale" was truncated to its numeric prefix. Note that ';' is not a separator in viewport values. The list should be comma-separated.
Viewport argument value "1.0;" for key "maximum-scale" was truncated to its numeric prefix. Note that ';' is not a separator in viewport values. The list should be comma-separated.
Viewport argument value "1.0;" for key "minimum-scale" was truncated to its numeric prefix. Note that ';' is not a separator in viewport values. The list should be comma-separated.
Viewport argument value "no;" for key "user-scalable" is invalid, and has been ignored. Note that ';' is not a separator in viewport values. The list should be comma-separated.
Viewport argument key "target-densitydpi" not recognized and ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment