FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

Fix html viewport settings #83

Closed kwbauson closed 7 years ago

kwbauson commented 7 years ago

initial-scale should be set to 1.0 to set the initial zoom level.

See http://www.w3schools.com/css/css_rwd_viewport.asp

Fixes an issue on mobile where right sidenavs from angular-material cause the page to distort while opening and closing.