Reputation: 99
I need to know if Firefox OS on the Panasonic TV devices allows me to develop a digital signage application that looks like this
<pre>
------------------------------
| | |
| | |
| TV | .html |
| | |
------------------------------
| .html |
------------------------------
</pre>
Upvotes: 1
Views: 270
Reputation: 51
You could always use iframe to layout web pages like that in the app. If the app requires additional control over the webpages, it will need the browser
permission in order to use the Browser API
.
However for the current version of the Firefox OS TV, although Panasonic has implemented a set of TV API based on W3C draft (https://w3c.github.io/tvapi/spec/), we don't know if it is opened to 3rd party apps. We'll consult them for the usage of the API.
Upvotes: 3