Álvaro

Results 905 comments of Álvaro

Can you explain it a bit more? Or perhaps provide a pull request? Thanks! 👍

> The fullpage extensions file in turn tries to do funny things with `window`, which breaks SSR rendering. fullpage.js relies on the window object for many things, as you can...

@vh13294 any thoughts on that PR?

@vh13294 should we merge it ? @davidstellini I can not see your PR [in this repository](https://github.com/alvarotrigo/angular-fullpage/pulls). Can you please create it here so we can merge it? Otherwise we will...

@vh13294 thanks for the info! Could you please confirm the commit I just made should solve this issue? https://github.com/alvarotrigo/angular-fullpage/commit/edc8953b8d8b96dc7f806f03658fe9cd60e192f4 I'll then create a new version, merge it and publish it...

Are you using Chrome? I didn't test it in any other browser. Why is it in any case? Which problem are you encountering ? Does it crash? You can't type...

That's a big code. But basically, you are saying you found a bug in fullPage.js that makes it break when hitting tab while the transition takes place? Could you please...

Thanks for that! I think we are talking about different things here. I was asking for an isolated reproduction where I can see if there's in fact a bug in...

> Regarding your current problem, I guess you can try asking in other places as this is more of a generic JavaScript question than a fullPage.js specific one. What about...

> and then add the tab event back on the afterLoad() callback, then in-between those two callback you have disabled the tab event. I guess the problem is there yeah....