Álvaro

Results 905 comments of Álvaro

See this example: https://codepen.io/alvarotrigo/pen/LYQmzWE Basically you'll have to cancel the movement on the `beforeLeave` callback. Then trigger the movement again with `moveTo`. You can register the direction too to do...

I've created this other demo using GSAP for you :) https://codepen.io/alvarotrigo/pen/dydeVWY

Mmm I haven't tested it yet as I need to update my iPhone, but it seems like Apple changed the way they deal with toolbars... on the previous version the...

> I should note that my project does have the scroll bar enabled, Yeah, that's actually the surprising part. Without scrollbar, iOS didn't hide or reduce the toolbars before.

@callihiggins iOS didn't hide or minify the toolbars when not using a scroll bar. They stayed the same size all the time, as fullPage.js doesn't really "scroll" the page but...

I'll try to take a look at it these days.

> > This is still an issue has someone discovered a workaround for this? > > Update: In my case, it was my own error. I had some leftover styling...

Have you tried using the `normalScrollElements` option?

> Is there a way to allow horizontal overflow scrolling and maintain the fullpage up/down slide handlers? Unfortunately fullPage.js doesn't provide such option at the moment. You would have to...

You would have to detect if the touch movement is horizontal or vertical and then allow the vertical one.