Captivate 8 - scrolling in responsive project - scroll reset?
Hi,
I'm hoping someone can help me out here. I've unlinked the slide height from the device height on several slides to enable scrolling when viewing content on a mobile device.
The problem I have is that when I scroll to the bottom of one page and select next button or swipe, the next page appears but is scrolled to the same value as the page I've just left rather than scrollTop to 0.
To try and resolve this I have created an advanced action on my next button and executed the following javascript:
$( document.body ).scrollTop( 0 );
and then called 'Go to next slide'. I have also used a similar approach on the previous button.
This appears to work when going backwards but not so going forward.
Has anyone else come across this issue yet and if so have they found a decent fix or am I just missing a really straight forward setting somewhere?
Any help would be very much appreciated
Thanks
Matt