angular-fullpage
angular-fullpage copied to clipboard
.setAllowScrolling(false) not working
I'm trying to prevent scrolling in angular and it's not working... I do have a license, but deleted it for the photo
Try running setAllowScrolling
and setKeyboardScrolling
on the afterRender
callback instead.
not working
i've set on a button this.fullpage_api.moveSectionDown()
and it's not working with the above config, but mouse scroll is enabled...
Can you provide a link to an isolated reproduction in codesandbox?