Re: Length of line

Shwetank Dixit wrote:

> Not sure if it would totally fit your criteria, but Opera for Android does text-reflow when you pinch-zoom.



For future reference, I borrowed a Nexus 5x and tried out Opera.



What it does is fit text-blocks to the viewport, which is a very useful feature (LVTF take note – try Opera on Android!)



It does *not* reflow the layout, so you still get horizontal scrolling, but the text-blocks within the layout will fit to the width, so you don’t have to horizontally scroll to read.



It appears to be similar to doing:

p, h1, h2, h3, h4, h5, h6, li {max-width: 100vw;}



Given that on a small screen you can only zoom in so far beyond the default (150-200% ish?), I would be inclined to leave the exception as it is. Also, given the stats on people using the default browser on their device, we can’t rely on people knowing about this… it is sort of the exception that proves the rule so far.



Cheers,



-Alastair

Received on Thursday, 12 January 2017 11:29:57 UTC