rashmikapil2
4 years agoBinge Watcher
Dynamic Keyboard isn't working
Team : I am trying to integrate dynamic keyboard in my roku channel but it's not working. Even the samples(https://github.com/rokudev/dynamic-voice-enabled-keyboards) given in roku docs are not working. I debugged and found that voiceEnabled filed of textEditBox is not being set to true. Even after setting m.keyboard.textEditBox.voiceEnabled = true at multiple places in my brs file, it is always false. When I log it by using ? "------- voiceEnabled -------- ";m.keyboard.textEditBox.voiceEnabled (edited)
It always gives me false. Any idea why it's happening?