Layout adapts to browser resizing

0

Looking at a lot of today's websites, in this case exclusively those with Layouts Responsive , I noticed a detail that was not my concern until then.

My question has been about qualifying if a specification is imperative in the demand for layout construction. I noticed that some sites adapt the content responsively according to the resolution of the device, but some do not adapt to the resizing of the browser (at least not as expected).

This happens exclusively (at least in what I've noticed so far) in Google Chrome, often forcing the

Does not adapting to resize in this way is a bad practice or is it a nasty detail that the "market" ignores just like the one that usually ignores IE7?

    
asked by anonymous 19.02.2016 / 15:01

1 answer

0

I do not understand very well .. but when making a responsive layout it is mostly used with css, with querys media, and in this way you can see changes in real-time by " window ", this way it does not simulate a mobile phone, but rather a smaller screen .. This may be one of the problems you are reporting. Another one I see is the use of java script to detect if it is mobile or not, then when resizing the window the changes are not visible ...

To get a better simulation, by taking the most obvious part of testing on a mobile device .. I suggest you use the chrome tool "device mode" link

I hope I have helped a little;) Hugs

    
19.02.2016 / 15:37