I thought there was literally like a dozen different sizes and names to support all different Apple and Android devices.
61–70 of 129 posts
I thought there was literally like a dozen different sizes and names to support all different Apple and Android devices.
Earlier quoted context omitted.
> maximum-scale is an automatic usability and accessibility fail I wish more people realized this. As somebody that's visually impaired, it makes mobile browsing quite painful for me.
just out of curiousity, how do you deal with this problem in native apps where pinch zoom is disabled?
Earlier quoted context omitted.
> maximum-scale is an automatic usability and accessibility fail I wish more people realized this. As somebody that's visually impaired, it makes mobile browsing quite painful for me.
Just FYI in case you didn't know, both Firefox and Chrome on mobile allow you to force zoom even if there's a viewport restriction. Check accessibly settings.
> Is Dreamweaver still a thing? I haven't heard of it in years, many years.
I last touched it in 2012 - but apparently, yes, yes it is: https://helpx.adobe.com/dreamweaver/using/whats-new.html Although, it looks like their cumulative 2019 updates are limited to the following headlines between the two: 1) added support for HTML tag highlighting inside PHP code 2) bootstrap CSS support. ... I was surprised to see it was still alive.
Please no. IMO this makes most pages unusable on mobile. Most websites, e.g. news websites with long-form articles, shouldn't be using mobile pages / responsive design / zoomed-in layout at all. Web apps (Twitter, GMail), maybe. But most mobile pages are far more unusable than desktop versions (looking at you, Facebook and Reddit).
Earlier quoted context omitted.
just out of curiousity, how do you deal with this problem in native apps where pinch zoom is disabled?
Taking screenshots and zooming in on those... a very tedious process.
Why would be required if you can set it in the HTTP headers? I've also read that modern browsers (everything except IE) will look for a byte-order mark.
Probably nice for people that save the HTML document locally via curl or similar.
Or we could have a default of UTF-8.
I don't dispute that it can be nice. I am just curious why so many say it is required.
Why would be required if you can set it in the HTTP headers? I've also read that modern browsers (everything except IE) will look for a byte-order mark.
Quite a few of these can be set in the HTTP headers as well, but people editing templates don't always have access or know how to do it. BTW; not all UTF-8 text has a byte-order mark, I would say most of them don't.
What I don't get is why so many say it is required in the head, even when you manage to set the header.
Earlier quoted context omitted.
What weirdly specific thing? You don't have to put anything in a head tag, you don't even need a head tag, but it's a good idea to have one and to at least add a charset meta tag. Everything is optional, though. The entire point of it is for you to share metadata about your page with the browser.
My favorite weird thing that happens without certain tags is the ten billion attempts to get a favicon. I don't know if browsers still try all those silly favicon requests if none is defined, but it was saddening to watch that grow to be wide spread previously.
Earlier quoted context omitted.
Probably nice for people that save the HTML document locally via curl or similar.
curl or similar could inject a meta tag. Or we could have a default of UTF-8. I don't dispute that it can be nice. I am just curious why so many say it is required.
Another use case might be content that is authored in a content management system. Perhaps it's the easiest way to carry your intended charset to the destination.