How To Display HTML Page Using BrightScript
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 BrightScri
Solution 1:
You can not use html code in roku app.
If you want to create something like web page in Roku app then use the roScreen in brightscript code and to show data you can use API.
Post a Comment for "How To Display HTML Page Using BrightScript"