Skip to content

Commit

Permalink
feat(position engine): improve positioning #8175
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 9, 2020
1 parent aec05a7 commit b3f37cd
Show file tree
Hide file tree
Showing 24 changed files with 736 additions and 344 deletions.
2 changes: 1 addition & 1 deletion ui/dev/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="description" content="<%= productDescription %>">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
<meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=5, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">

<link rel="icon" href="https://cdn.quasar.dev/img/quasar-logo.png" type="image/x-icon">
</head>
Expand Down
Loading

0 comments on commit b3f37cd

Please sign in to comment.