Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browsers in SmarTvs: Which engine do they use?

I've been searching for a while and I found no answer good enough for this. I have decided to validate my layouts for this kind of platform, but never thought about how they would appear on this kind of TV.

So I would like to know if SmarTVs use some existent engine like Webkit, Mozilla, Presto, or even Trident (hope not) or do they use one of their own, at least for the following manufacturers:

  • Sony
  • Samsung
  • LG
  • AOC

These are the most common in my country.

Much obliged!

like image 278
darksoulsong Avatar asked Jul 14 '12 10:07

darksoulsong


2 Answers

  • Sony has Opera.
  • LG has Webkit. http://developer.lgappstv.com
  • Samsung as @WojtekT said had Maple and now it is Webkit too. http://www.samsungdforum.com/

If you want to test how your layout will work with those TVs you can install SDKs. Samsung and LG have emulators in SDKs. SONY hasn't any official SDK.

For TV models form 2011 and older you don't want to use CSS3 as it is not supported (Samsung,LG).

like image 138
Adam Lukaszczyk Avatar answered Oct 21 '22 10:10

Adam Lukaszczyk


As far as Samsung Smart TV goes it depends on version:

  • versions 2010 and 2011 are using maple browser (which stands for markup engine platform for embedded systems) which is highly modified Gecko engine
  • versions 2012 are using WebKit engine
like image 24
WojtekT Avatar answered Oct 21 '22 10:10

WojtekT