sonnykr
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016
01:44 PM
Issue with Roku Andorid keyboard
I was trying to use the android keyboard (from Roku Android app) to search/login on few different apps with custom keyboard implemented in Brightscript. The letter 'z' is printed as 'q' on all of them. The standard keyboard works just fine, but on the custom ones, the 'z' throws a roUniversalControlEvent as 113 instead of 122 and hence it prints 'q'
4 REPLIES 4
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016
02:03 PM
Re: Issue with Roku Andorid keyboard
Sorry, what's a "custom keyboard implemented in Brightscript"?
If you are receiving roUniversalControlEvent with ASCII for 'q', i am inclined to guess that's what was sent over ECP. Divide&conquer: what's the behavior if you use different ECP keyboard, say http://remoku.tv/ ?
If you are receiving roUniversalControlEvent with ASCII for 'q', i am inclined to guess that's what was sent over ECP. Divide&conquer: what's the behavior if you use different ECP keyboard, say http://remoku.tv/ ?
sonnykr
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2016
07:00 AM
Re: Issue with Roku Andorid keyboard
I was taking abt a login screen/keyboard created using brightscript. Whenever I use the querty keyboard from Android app to type something on my Roku app, and when I type 'q' the app receives 'z' event
For example, here is a screenshot from NickJr app. I typed 'frozen' from Roku android app (using qwerty keyboard), and it printed 'froqen'

Update: I tried Remoku as well. It's having the same issue. So I think its a bug in the OS itself. Not a Roku Android app issue
For example, here is a screenshot from NickJr app. I typed 'frozen' from Roku android app (using qwerty keyboard), and it printed 'froqen'

Update: I tried Remoku as well. It's having the same issue. So I think its a bug in the OS itself. Not a Roku Android app issue

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2016
11:05 AM
Re: Issue with Roku Andorid keyboard
I have reproduced the problem and filed a bug report.
--Mark
--Mark
rymawby
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2016
08:56 AM
Re: Issue with Roku Andorid keyboard
Hi there,
Does anybody know if this was ever fixed? I've reproduced the problem with the companion app as well as using the ECP over HTTP.
I've noticed this doesn't happen with apps that use a roKeyboardScreen or similar - is this because they have access to the NDK or something that we do not building custom apps with Brightscript?
Thanks in advance.
Does anybody know if this was ever fixed? I've reproduced the problem with the companion app as well as using the ECP over HTTP.
I've noticed this doesn't happen with apps that use a roKeyboardScreen or similar - is this because they have access to the NDK or something that we do not building custom apps with Brightscript?
Thanks in advance.