i have a problem with carousel elements. They always interrupt pageup / pagedown keystrokes in order to scroll through the carousel elements.
The user experience is disturbed badly. You always get stuck whenever a carousel is placed on a webpage.
There is no switch to turn this off.
I tried adding data-splide=â{âpaginationKeyboardâ: false}â
as described in the splidejs documentation,
but it did not work.
(How come i am the only one bothered by this?
am i missing something?
I you have a long one-pager where pagedown gets suddenly interrupted, that is bad UX)
sorry that it took some time. I just had a look at your issue and was able to reproduce the behavior.
What would your expected behavior look like? The page up / down keys should (in contrast to the regular arrow keys) not be used for the carousel navigation at all?
Can you please check if the following JS snippet works for you?