LG released documentation on their latest webOS TV 22 operating system. So what should app developers take into account?

  • Versioning scheme
  • Simulators instead of emulators
  • VS Code instead of deprecated IDE
  • Chromium 87
  • No new formats / codecs supported

The LG webOS operating system (OS) versioning scheme is now using years. The previous OS version introduced in 2021 was called webOS TV 6.0, but the new 2022 version is called webOS TV 22.

And, even though the new OS is called "webOS TV 22", its SDK is called 7.X.X.

webOS TV 22 no longer supports emulators, and relies on simulators instead. Note that simulators don't support DRM, and that the audio and video specifications differ from real devices. Additionally, some native APIs aren't support on simulators.

The webOS TV IDE is no longer supported, and the VS Code extension should be used instead.

This version of webOS uses Chromium 87 instead of Chromium 79. The new user agent is listed below:

Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 WebAppManager

(You might want to check the relevant Chromium release notes.)

When comparing supported media formats between webOS 22 and webOS 6.0, it seems that no support for new codecs or formats has been added to webOS 22. The same statement is true for MSE and EME specifications, or DRM systems.


Interested in the changes visible to consumers? Check the links below.