choco
14 years agoChannel Surfer
embedded Web render component?
Does the Roku have a Component for rendering a Web page? I don't really mean full "HTML5", Javascript interpreter, plug-in support, and so on. I just mean something like a lot of other widget toolkits have: a "panel" that internally uses freely-available Web rendering code (WebKit?) to load and display HTML/CSS (and the images referenced in that page). Given the resolutions on the Roku, the accessed pages would probably need to be specifically designed to show up well, maybe by checking the user agent of the request.
With this component, it could be easier to adapt content to show on the Roku. I suppose another possibility is to have some server code that would "proxy" in the sense of rendering the Web content and sending it back as a snapshot image for the Roku on an imagecanvas.
With this component, it could be easier to adapt content to show on the Roku. I suppose another possibility is to have some server code that would "proxy" in the sense of rendering the Web content and sending it back as a snapshot image for the Roku on an imagecanvas.