Hi!
I have a Svelte application where I use links for page navigation.
When I try it on simulator, links cannot be clicked with remote control. Arrow keys are working fine except enter key.
If I click link or button using my laptop keyboard, or using mouse, it’s working fine.
Are buttons and links supposed to work with remote control by default? Or do I need to register listeners for keyup event explicitly?