mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix scaling issue on iOS 9
This commit is contained in:
parent
ded6daa94c
commit
bbab37c554
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<html<%= ' manifest="/manifest.appcache"' if App.production? %> prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
|
||||
<meta name="description" content="DevDocs is a fast, offline API documentation browser with 60+ docs including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, jQuery, and more.">
|
||||
<meta property="og:title" content="DevDocs">
|
||||
<meta property="og:description" content="DevDocs is an API documentation browser that combines 60+ docs in a single UI with offline mode, instant search, keyboard shortcuts, and more.">
|
||||
|
|
Loading…
Reference in a new issue