Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
slingxshot
Streaming Star

Component initialFocus Question (resetting it)

Hello,

So for <component name="SearchScreen" extends="Group" initialFocus="keyboard">

It works perfectly for the first time the component is focused on. However, when I go off it, lose focus go to another component and come back, it doesn't trigger initialFocus anymore.
How do I reset it? 

I tried m.top.setFocus(false), that didn't work.
0 Kudos