-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile-friendly default #897
Conversation
I guess the default template is deliberately bare, but it feels like mobile-friendly should be the default these days.
Unfortunately I know zillion of folks who doesn't care about mobile and just ship desktop version to it. So this at least would need to have option to not include the viewport tag (also, yeah, many people don't write HTML manually, so won't just use custom template to remove the viewport ¯_(ツ)_/¯). Not sure if those 2 groups of people "overlap" though. |
Would this harm developers who don't care about mobile? |
Not "don't care", but rather "let people on mobile use desktop version and zoom in an out, because we don't have money and time for mobile dev and who cares anyway when there is React Native" lol. That minimum zoom value won't allow users to scale down 900px wide website, right? |
Correct. If this is still prevalent enough that creating a custom template is too high a bar, then I guess there could be a simpler opt-out. |
Some background info: We also allow to inject viewports into the html file. We could also provide multiple base templates. |
I would like to close it as this could be solved here #419 (comment) |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I guess the default template is deliberately bare, but it feels like mobile-friendly should be the default these days.