dineshkumar
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2021
06:28 AM
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"
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
2 REPLIES 2
rashmikapil2
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022
11:32 PM
Re: DynamicKeyboard fields domain and voiceEntryType setting not working
It's not working for me as well.
juanesLP
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022
01:48 PM
Re: DynamicKeyboard fields domain and voiceEntryType setting not working
It doesn't work for me either