Topic: JuiceboxBuilder-Pro meta name viewport in index.html
JuiceboxBuilder-Pro add the following
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
to index.html, user-scalable=0 is against Web Content Accessibility Guidelines (WCAG) with the following explanation:
Warning: Usage of user-scalable=no can cause accessibility issues to users with visual impairments such as low vision. WCAG requires a minimum of 2× scaling; however, the best practice is to enable a 5× zoom.
Why does JuiceBuilder-Pro add this meta data and why are the viewers not allowed to change the scale.