Sliding bar Spawn New Window iOS

I am using the Spawn New Window action and have read about the issues with iOS scrolling through an iPad friendly SNW window (which is not possible). Therefore I’ve used SNW windows without scrolling bars so far.

For one specific feature I definitely need an iPad friendly SNW window with a vertical scroll bar that works on iOS. Does anyone know if there is a workaround to avoid the iOS scrolling problem in any way? It would be very, very helpful.

I highly prefer using the iPad friendly version of SNW.


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

There is a CSS property you can apply that will cause overflow areas to scroll with touch in iOS. I’d need to see your page to figure out what the correct selector would be to apply it, but the attribute looks like this:

-webkit-overflow-scrolling: touch

Can you post a link to your partially-working page?

Walter

On Nov 21, 2012, at 8:25 AM, Marco wrote:

I am using the Spawn New Window action and have read about the issues with iOS scrolling through an iPad friendly SNW window (which is not possible). Therefore I’ve used SNW windows without scrolling bars so far.

For one specific feature I definitely need an iPad friendly SNW window with a vertical scroll bar that works on iOS. Does anyone know if there is a workaround to avoid the iOS scrolling problem in any way? It would be very, very helpful.

I highly prefer using the iPad friendly version of SNW.


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

Thanks Walter! Here is a test page with SNW that I have created:

http://bit.ly/SbnfE8


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

This doesn’t look like the CSS will help you. The SNW Action creates an iframe, then disables scrolling on it with scrolling=“0”. The CSS only applies to overflow:scroll elements, not iframes.

Perhaps Paul Dunning could add an option to allow the iframe to scroll?

Walter

On Nov 21, 2012, at 5:17 PM, Marco wrote:

Thanks Walter! Here is a test page with SNW that I have created:

http://bit.ly/SbnfE8


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

Thanks Walter, hopefully Paul will be able to share his thoughts on this.

Marco


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