i need to disable the arrow keys in a flowplayer.org scrollable i have a text input that i cant move between the letters due to the scroller moving when arrow keys pressed, i dont care to disable the scroller keys permanently.
thanks
|
i need to disable the arrow keys in a flowplayer.org scrollable i have a text input that i cant move between the letters due to the scroller moving when arrow keys pressed, i dont care to disable the scroller keys permanently. thanks
| |||
|
feedback
|
|
You need to assign your scrollable instance to a variable:
And then disable the keyboard navigation (in your case, on focus on a text input):
Then you can set this back to true on blur of your text input.
| |||||||||||
feedback
|