[Pro] CSS menus iphone 5s / 6plus

Hi,
I have created my website using freeway pro 7.
I have used the preset breakpoints. In document set up the mobile setting is kept at 100%.
When viewing the website in Landscape of an iPhone 5s (or 6 Plus) I still get the hamburger menu when the breakpoint is set to 480.
To make the site less appealing, after selecting the hamburger, the css menu intermittently freezes in landscape mode. It does not freeze in portrait mode.
Please would you help with the breakpoint issue and also give me some advice with regards to the menu freezing in landscape.
Thank you in advance,
David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,

I think this is because iOS Safari zooms in when the device is rotated. While this “feature” is nice for non-responsive websites, it becomes annoying on a website that is flexible.

Fortunately, it’s easy to turn off. In the menubar, go to Page > HTML Markup… > Before </head> and paste this in:

<style>
    body {
        webkit-text-size-adjust: 100%;
    }
<style>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This prevents zooming of any kind. A better solution is to set the initial
zoom option to 100% (the default value once the option is checked in the
inspector).

Joe

On Wednesday, 11 March 2015, Caleb Grove email@hidden wrote:

David,

I think this is because iOS Safari zooms in when the device is rotated.
While this “feature” is nice for non-responsive websites, it becomes
annoying on a website that is flexible.

Fortunately, it’s easy to turn off. In the menubar, go to Page > HTML
Markup… > Before </head>
and paste this in:

<style>
    body {
        webkit-text-size-adjust: 100%;
    }
<style>

freewaytalk mailing list
email@hidden <javascript:;>
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you Caleb and Joe for your prompt replies.

I adjusted the setting in the inspector which has worked perfectly. Changing the setting, retrospectively, in ‘document set up’ obviously does not.

Thank you both again - it is easy when you know how!
David

On 11 Mar 2015, at 17:37, Joe Billings email@hidden wrote:

This prevents zooming of any kind. A better solution is to set the initial
zoom option to 100% (the default value once the option is checked in the
inspector).

Joe

On Wednesday, 11 March 2015, Caleb Grove <email@hidden mailto:email@hidden> wrote:

David,

I think this is because iOS Safari zooms in when the device is rotated.
While this “feature” is nice for non-responsive websites, it becomes
annoying on a website that is flexible.

Fortunately, it’s easy to turn off. In the menubar, go to Page > HTML
Markup… > Before </head>
and paste this in:

body { webkit-text-size-adjust: 100%; } _______________________________________________ freewaytalk mailing list email@hidden Update your subscriptions at: http://freewaytalk.net/person/options

freewaytalk mailing list
email@hidden mailto:email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Changing the setting, retrospectively, in ‘document set up’ obviously does not.

It will only affect pages created after you made the change - not existing ones.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Is this ‘a good thing’ to set (in the Inspector) for all responsive sites? Should they all be set to open to an initial scale of 100 percent?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Should they all be set to open to an initial scale of 100 percent?

If you have done your job of making them responsive correctly - yes.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you have done your job of making them responsive correctly - yes.

Well, they work correctly on the devices I have and resize as they should in a browser window … but I can’t know about other devices.

How do you know if you’ve done your job correctly?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It says so in the manual …


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How do you know if you’ve done your job correctly?

Only by extensive testing. If you dont have a device then you need to ask someone who has to try it for you.

There are online resources for testing (BrowserStack for one) but there is nothing as good as real world testing.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If the site is flexing correctly it shouldn’t matter if it’s on or not – the content should always fit in the window. Whether you use it or not depends your preference. Personally, I don’t like auto zooming in landscape because it makes everything so big in that tiny viewport.

Joe


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How do you know if you’ve done your job correctly?

Best Buy is very useful. They’ve gotten quite used to me now and have quit asking if they can sell me something. :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options