just for me .. why do you use an REAL old Version of the box?
http://iaian7.com/webcode/mediaboxAdvanced has 1.5.4 (not 1.3.4) and is based on Moo 1.3.x ... seems like he put some iOS support ... maybe this would help you getting out of the swamp ... On 3 Feb., 08:23, Timo Henke <ultrakr...@googlemail.com> wrote: > have you tried not to add the scrolling styles natively but only if a > problematic mobile device is detected? > > like: > > [yourelement].setStyles({'overflow' : (isMobile ? 'scroll' : 'auto'), > '-webkit-overflow-scrolling' : (isMobile && isWebkit ? 'touch' : > 'auto')}); > > completely untested! just to show what i ment ... > > On 2 Feb., 19:22, Paul <i...@maraboo.net> wrote: > > > > > > > > > Doesn't work unfortunately... > > > On 2 fév, 19:05, Philip Swann <philip.j.sw...@gmail.com> wrote: > > > > Overflow: auto; should only put scroll bars if u need them ?? > > > > On 02/02/2012, Paul <i...@maraboo.net> wrote: > > > > > Yes it works: > > > > I am abled to scroll within an iFrame/box on iPhone now (everything > > > > but not PDF - I don't know why...) > > > > with your advises I added this css code: > > > > > overflow: scroll; > > > > -webkit-overflow-scrolling: touch; > > > > > The problem now is that on web browser I get always vertical and > > > > horizontal scroll bars (on iPhone I don't have any problem)... > > > > :( > > > > See screen capture here : > > > >http://dl.dropbox.com/u/17712598/scrollbars.png > > > > > Is there a way to avoid that ? > > > > 2 separated .css files with an iPhone detection ? > > > > > On 26 jan, 23:43, Oskar Krawczyk <oskar.krawc...@gmail.com> wrote: > > > >> Google: "webkit-overflow-scrolling". > > > > >> O. > > > > >> On Jan 26, 2012, at 11:37 PM, Paul wrote: > > > > >> > Hi, > > > > >> > I am using mediaboxAdvanced 1.3.4 which is based on the MooTools > > > >> > 1.2.5 > > > >> > version. > > > >> > MediaboxAdvanced is a modal overlay that can handle images, videos, > > > >> > animations, social video sites, twitter media links, inline elements, > > > >> > and external pages... > > > >> >http://iaian7.com/webcode/mediaboxAdvanced > > > > >> > The problem is that scrollbars never appear on the box/iframe when > > > >> > browsing on an iPhone… > > > >> > (I haven't tested yet on tablets nor on other smartphones) > > > > >> > I can scroll the whole page but not within the overlay… > > > > >> > Sorry for this naive question, but is there a way to manage that ? > > > > >> > Thank you for your help > > > >> > Paul > > > > -- > > > Sent from my mobile device