Open Blueace opened 11 months ago
v4 / v5
Why still force "maximum-scale=1.0" on admin panel ? The user should be able to change the scale, specificaly on smartphones
It's not possible to change the scale in the admin panel.
In "vendor/silverstripe/admin/templates/Silverstripe/Admin/LeftandMain.ss"
Replace <meta name="viewport" content="width=device-width, maximum-scale=1.0"> By <meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
<meta name="viewport" content="width=device-width">
Moved the issue to the admin module.
@Blueace if you want to open an enhancement PR against the 2 branch we can certainly review it.
2
Affected Version
v4 / v5
Description
Why still force "maximum-scale=1.0" on admin panel ? The user should be able to change the scale, specificaly on smartphones
Steps to Reproduce
It's not possible to change the scale in the admin panel.
Suggestion
In "vendor/silverstripe/admin/templates/Silverstripe/Admin/LeftandMain.ss"
Replace
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
By<meta name="viewport" content="width=device-width">