[Pro] How to identify what Breakpoint to set up

I have a problem that came to light (obviously been there before) with the advent of the iPhone6, in that the subject site breakpoint settings do not work when the site is viewed in Landscape on the 6.

I have been reading some threads including the one at :

And realise that the way i have been selecting breakpoints in incorrect,( i have been setting BP to match certain devices ) however i have a slight issue in that i cannot seem to determine what is the correct breakpoint that i should be using?

I can look at a page using Chrome for example and alter the window size until the display format “Breaks” but how do i find out what that display size is please?

Apologies is this is a dead easy thing to do , but i am struggling over this at present.

Thanks for your help?

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi John,

Do you mean you view the site in say Safari and move the window narrower till for example the menu breaks and to want to set a breakpoint just before that happens?

I use in Safari the developer tools > right click > inspect element and find and element that span the window width and click metrics. (your mileage in other browsers may vary)

Another tool I use is Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar bookmarklet. With this tool in the browser it shows and reports the viewport width as you dynamically resize it -

You can also flip orientation for default device sizes or set your own custom sizes.

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 15 Oct 2015, at 07:56, ejw email@hidden wrote:

I have a problem that came to light (obviously been there before) with the advent of the iPhone6, in that the subject site breakpoint settings do not work when the site is viewed in Landscape on the 6.

I have been reading some threads including the one at :

Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk

And realise that the way i have been selecting breakpoints in incorrect,( i have been setting BP to match certain devices ) however i have a slight issue in that i cannot seem to determine what is the correct breakpoint that i should be using?

I can look at a page using Chrome for example and alter the window size until the display format “Breaks” but how do i find out what that display size is please?

Apologies is this is a dead easy thing to do , but i am struggling over this at present.

Thanks for your help?

John

www.glandoreyc.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Do you mean you view the site in say Safari and move the window narrower till for example the menu breaks and to want to set a breakpoint just before that happens?

David,

Yes i did…

And the tool you suggested is great thank you very much for the help…

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

When you’ve upgraded to OS X 10.11 El Capitan, Safari will contain a very nifty feature: Cmd+Alt+R …

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Richard,

That is very neat, do you know if you can change the attitude of the devices to Landscape?

thx

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hm - the most robust thing if it comes to “device-testing” is, up to my experience Xcode. The trick here is that I even can inspect and fiddle code (kind of). It’s not the 100% experience, but closest.

But the general point is (water on my mill) that breakpoints are not a device dependent thing (or technical approach) but more a design-requirement.

So my method (and part of my screencasts therefor as well) is:

Think “device-range” rather than “device-specifics”, think “design requirements” rather “technically pixel dimensions”. This will end up (perhaps) in a thing called:

The situation on portrait and landscape shows the same thing, at least most of the time.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

But the general point is (water on my mill) that breakpoints are not a device dependent thing (or technical approach) but more a design-requirement.

Thomas,

Yes fully agree, up to now i had been focusing on “Devices” and seen the error of my ways, and now have to go back and try and redesign a large web site so that it operates more seamlessly across different “window sizes” however this little Safari short cut seems a handy accessible tool just to get some verification of my breakpoint implementation (what ever it turns out to be )

thx

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Excellent tip - I never knew.

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 15 Oct 2015, at 22:52, Richard van Heukelum email@hidden wrote:

When you’ve upgraded to OS X 10.11 El Capitan, Safari will contain a very nifty feature: Cmd+Alt+R …

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

I’m still on Yosemite, and just found that one out the other day!

It’s also in the menu under Develop > Enter Responsive Design Mode, so I reckon it’s the Safari, rather than the OS upgrade.

Trev

On 16 Oct 2015, at 11:03, David Owen email@hidden wrote:

Excellent tip - I never knew.

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 15 Oct 2015, at 22:52, Richard van Heukelum email@hidden wrote:

When you’ve upgraded to OS X 10.11 El Capitan, Safari will contain a very nifty feature: Cmd+Alt+R …

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

This is doing very much what Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar bookmarklet does.

Except it also selects x1, x2, x3 resolutions. Anyone got a retina screen to see what happens with these choices - it’s not obvious using a normal iMac 72” screen here.

…Ooo! it also does spilt screen on the iPad’s.

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 15 Oct 2015, at 22:52, Richard van Heukelum email@hidden wrote:

When you’ve upgraded to OS X 10.11 El Capitan, Safari will contain a very nifty feature: Cmd+Alt+R …


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

…erm that’s 27” inch not 72"

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 16 Oct 2015, at 11:26, David Owen email@hidden wrote:

This is doing very much what Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar bookmarklet does.

Except it also selects x1, x2, x3 resolutions. Anyone got a retina screen to see what happens with these choices - it’s not obvious using a normal iMac 72” screen here.

…Ooo! it also does spilt screen on the iPad’s.

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 15 Oct 2015, at 22:52, Richard van Heukelum email@hidden wrote:

When you’ve upgraded to OS X 10.11 El Capitan, Safari will contain a very nifty feature: Cmd+Alt+R …


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options