简体   繁体   English

Firefox OS是否支持在Panasonic TV上开发数字标牌?

[英]Does Firefox OS support developing digital signage on Panasonic TV?

I need to know if Firefox OS on the Panasonic TV devices allows me to develop a digital signage application that looks like this 我需要知道松下电视设备上的Firefox OS是否允许我开发一个类似这样的数字标牌应用程序

 <pre> ------------------------------ | | | | | | | TV | .html | | | | ------------------------------ | .html | ------------------------------ </pre> 

You could always use iframe to layout web pages like that in the app. 您可以始终使用iframe来布局应用程序中的网页。 If the app requires additional control over the webpages, it will need the browser permission in order to use the Browser API . 如果应用需要对网页进行额外控制,则需要browser权限才能使用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. 然而,对于当前版本的Firefox OS TV,虽然松下已经实施了一套基于W3C草案的电视API( https://w3c.github.io/tvapi/spec/ ),但我们不知道它是否已经打开到第三方应用程序。 We'll consult them for the usage of the API. 我们将咨询他们使用API​​。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM