Commit dc362eb
141115: Align viewport meta with the canonical width=device-width, initial-scale=1 pattern
The previous value `width=device-width,minimum-scale=1` worked correctly with
the project's responsive CSS, but diverged from the documented best-practice
shipped by Bootstrap 5 starters and the Angular CLI default. `initial-scale=1`
guarantees the page renders at 100% on first paint across mobile browsers and
embedded WebViews; dropping `minimum-scale=1` removes the unneeded
pinch-zoom-out restriction.1 parent bcc437d commit dc362eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments