Imagine a webpage with a fixed width of 1280px.
Is there a way to instruct a smartphone to automatically scale this page to full width upon loading?
Currently, I am using:
<meta name="viewport" content="width=1280, initial-scale=1">
However, it doesn't appear to be effective. Are there any foolproof solutions available?