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: 

DynamicKeyboard fields domain and voiceEntryType setting not working

I am trying to implement new voice input support in sign in and sign up using DynamicKeyboard and voiceTextEditBox.

m.keyboardComponent = m.context.findNode("keyboardCpt")
m.keyboardComponent.textEditBox.voiceEnabled = true
m.keyboardComponent.textEditBox.voiceEntryType = "email"
m.keyboardComponent.domain = "email"
 
Setting this domain field and voiceEntryType based on my email and password keyboard is not working. It is always showing those fields as Invalid. 
 
I used the Roku OS 10.0 and also tested in 10.5 OS that is released recently. Both same issue. 
 
Can anyone check and report back is there problem with the SDK or it is working for anyone.
 
Thanks & Regards,
Dineshkumar
 
 
0 Kudos
2 REPLIES 2
rashmikapil2
Binge Watcher

Re: DynamicKeyboard fields domain and voiceEntryType setting not working

It's not working for me as well.

0 Kudos
juanesLP
Reel Rookie

Re: DynamicKeyboard fields domain and voiceEntryType setting not working

It doesn't work for me either

0 Kudos