-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightning Core > 2.11.0 Unsupported on older browsers #536
Comments
We do that: https://www.npmjs.com/package/url-polyfill |
Any update on this? It seems that the compiled lng core does not support these older browsers. And should be transpiled/ build to support these older browsers. To me it does not seem possible to rebuild this node module when building the lng app, using lng dist. |
Hi, I have narrowed it down to this commit: e52364a from @frank-weindel. From this commit, the es5 build no longer works due to the unexpected strict mode reserved word, on older browser (Chrome 38). Can I get some help because I don't understand why it has stopped working. Many thanks in advance. |
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
The text was updated successfully, but these errors were encountered: