https://forums.roku.com/viewtopic.php?f=34&t=97417&p=544018&hilit=keyboard#p544038I am creating a channel in with
ui_resolution=fhd
When I am showing a KeyBoardDialog the part width the keys are misaligned, where as the background is fine.
I took the hello world example from
Hello World Example:
and added this code in helloworld.xml
m.KeyboardDialog = CreateObject("roSGNode", "KeyboardDialog")
m.KeyboardDialog.buttons = ["LOGIN","CANCEL"]
m.top.dialog = m.KeyboardDialog
with the same result (see Screenshot)
I added a missing ui_resolution=hd to the example but it did not help.
tested on these device: Roku 2 and Roku 3
Any ideas?
Maybe it has to do with this problem described
here:
This has to do with some funny behavior of roImageCanvas. It tops out at 1280x720, even if the UI is running FHD.