Git Product home page Git Product logo

Comments (11)

jdapena avatar jdapena commented on August 29, 2024 1

That should be enough for new products at least, thanks! I don't think we can ask webpages to hold compatibility for so old chromium forever so at least from my side it is OK.

from js-utils.

saghul avatar saghul commented on August 29, 2024

@jallamsetty1 I think we add the window.chrome check before you came because Edge (the old one) also exposed it so we needed to do more checks. I think we no longer need it so we could probably dump it.

@jdapena Can you share a full UA string from such device? Will it match the next checks?

from js-utils.

jdapena avatar jdapena commented on August 29, 2024

This is an example of one based on chromium53:

Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.34 Safari/537.36 HbbTV/1.4.1 (+DRM+CPAS 2.0.1; LGE; 49UK6470PLC; WEBOS4.0 04.10.45; W4_LM18A; W4_LM18A;)

More recent ones could match patterns like this:

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

(Being VERSION the version of chromium being used). So, for webOS, just matching the Web0S (with zero) string and Chrome should be enough, but that would only fix the problem for webOS and not for other OS that is using Chromium and not exposing window.chrome API.

Also, WebAppManager may show, or not. I.e. browser shows something different, and depending on product I think strings may change even more.

from js-utils.

saghul avatar saghul commented on August 29, 2024

I think that just removing the window.chrome check should do then. Note that we currently don't support M53 because it's too old. The olders Chrome we support is 62 IIRC but we are in the proess of bumping it to 69 or 72.

from js-utils.

jdapena avatar jdapena commented on August 29, 2024

Anything else pending to have it deployed in meet.jit.si (sorry, no idea about the actual release process!).

from js-utils.

saghul avatar saghul commented on August 29, 2024

First we need to update this dependency on lib-jitsi-meet and jitsi-meet (@jallamsetty1 can you pease take care of that?). Then it will be part of meet.jit.si on the next update. "When it the next update Saรบl?!" I hear you :-) I think we might be pushing out a release this week, otherwise it may take 1 or 2 more weeks, we don't do scheduled releases as such, but release when there is stuff ready :-)

from js-utils.

saghul avatar saghul commented on August 29, 2024

Oh, I forgot something: here is a secret, once all dependencies have been updated alpha.jitsi.net will be automagically updated (it's deployed on every merge) so you should be able to test there very soon.

from js-utils.

jallamsetty1 avatar jallamsetty1 commented on August 29, 2024

@jdapena, alpha.jitsi.net has been updated with this change. Please feel free it to give it a try, thanks !

from js-utils.

jdapena avatar jdapena commented on August 29, 2024

Confirmed our webOS builds are now working with Alpha Jitsi. Once it lands in production meet.jit.si we'll be set with this. Thanks!

from js-utils.

jdapena avatar jdapena commented on August 29, 2024

Verified this is now working in webOS after the fix has landed meet.jit.si.

from js-utils.

saghul avatar saghul commented on August 29, 2024

Cheers!

from js-utils.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.