darksoulsong
darksoulsong

Reputation: 15319

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:

These are the most common in my country.

Much obliged!

Upvotes: 9

Views: 11070

Answers (2)

Adam Lukaszczyk
Adam Lukaszczyk

Reputation: 4926

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).

Upvotes: 12

WojtekT
WojtekT

Reputation: 4775

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

Upvotes: 4

Related Questions