1

I would like to display a single HTML web page on a Roku channel. I have no need to follow hyperlinks, but the page does have periodic updates.

Is it possible to write a BrightScript application that uses Gecko to render the page, or would I have to draw the page myself?

I see plenty of information as well as examples in the Roku SDK that describe how to provide user navigation and play video on a Roku box using BrightScript, but I can't find any information about displaying a single HTML page on a Roku channel.

4

2 回答 2

1

您不能在 roku 应用程序中使用 html 代码。

如果您想在 Roku 应用程序中创建类似网页的内容,请在 Brightscript 代码中使用 roScreen 并显示您可以使用 API 的数据。

于 2015-06-27T18:11:19.117 回答
0

您可以尝试使用正则表达式将 html 转换为简单文本。该解决方案适用于我们的项目。

于 2022-02-07T23:14:23.167 回答