Does Firefox OS support developing digital signage on Panasonic TV?

268 views Asked by At

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>

1

There are 1 answers

2
begeeben On

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.