Hi,
while updating the lng core and sdk to the latest versions (2.13.1 and 5.5.3) We noticed that Lightning crashes on older browsers. We would like to support Samsung 2017 tvs and LG 2017 tvs. These use a chromium browser v47 and v38 respectively. When using lng dev, there seems to be error in the startApp.js file, where:
var url = new URL(document.location.href);
resolve(url.searchParams.has('texture'));
url.searchParams is supported from chrome 51.

When changing this to resolve true (for testing), we get a different error where bundle is undefined.

This seems to be the case even when using core v2.12.0. This did work on core v2.11.0 (currently in use). This would prevent us from updating our lng core. Which is not ideal.
Can these older browser stay supported? Thanks in advance.
Kind regards
Sem
Hi,
while updating the lng core and sdk to the latest versions (2.13.1 and 5.5.3) We noticed that Lightning crashes on older browsers. We would like to support Samsung 2017 tvs and LG 2017 tvs. These use a chromium browser v47 and v38 respectively. When using lng dev, there seems to be error in the startApp.js file, where:
url.searchParams is supported from chrome 51.


When changing this to resolve true (for testing), we get a different error where bundle is undefined.
This seems to be the case even when using core v2.12.0. This did work on core v2.11.0 (currently in use). This would prevent us from updating our lng core. Which is not ideal.
Can these older browser stay supported? Thanks in advance.
Kind regards
Sem