Coder Social home page Coder Social logo

Comments (4)

cmcWebCode40 avatar cmcWebCode40 commented on July 4, 2024

Yes there's a way we can detect if the user is on a mobile screen, either using window.matchMedia(...) or the material UI framework also has a function that does that too

from verida-js.

nick-verida avatar nick-verida commented on July 4, 2024

See also https://github.com/verida/vault-auth-landing-page/issues/8

from verida-js.

saadibrahim avatar saadibrahim commented on July 4, 2024

Update: We need to show "Open Vault" button instead of QR code on Mobile.

from verida-js.

saadibrahim avatar saadibrahim commented on July 4, 2024

Notes from meeting on this:

  • conclusion: two-click solution because of constraints, its also faster
  • the vault URL is created by creating a socket connection when the connect button is pressed
  • we cannot make a socket connection on page load as that will create a connection on each page load
  • universal links/deep links dont work with redirects, have to click to open app otherwise it just opens in the browser
  • we cant play a lot with the connect page as its not part of the verida library, what happens after pressing connect button is part of the verida library
  • we could send the credentials to the app and do the socket connection there but that would put more burden on the app

from verida-js.

Related Issues (20)

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.