Page background image no scroll on iOS

Anyone noticed that setting a page background image in Freeway set not to scroll “does scroll” on iOS?

If anyone could chip in with fix!

David


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

Looks like a workaround is to make div fixed with a background image as iOS does not allow a body background image to be fixed as no scroll :frowning:

#background_wrap {
z-index: -1;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: 100%;
background-image: url(‘xx.jpg’);
background-attachment: fixed;
}
And put

into

David

On 22 Mar 2013, at 17:42, David Owen email@hidden wrote:

Anyone noticed that setting a page background image in Freeway set not to scroll “does scroll” on iOS?

If anyone could chip in with fix!

David


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


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

Are David’s instructions above the best fix to this iOS problem in FW7 using inline construction? It’s a 2013 post but the latest one I found in FWtalk on the topic.


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

Does anyone know if this workaround is still the way to go to fix this problem?


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