Skip to content

Lightning Core > 2.11.0 Unsupported on older browsers #536

@SemHelevenAndrome

Description

@SemHelevenAndrome

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.
image
When changing this to resolve true (for testing), we get a different error where bundle is undefined.
image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions