R
R
Ruslan2019-02-15 13:02:21
Cross browser
Ruslan, 2019-02-15 13:02:21

How to determine if the user's browser is compatible with vuetify?

Hello!
There is a task to issue a warning to the user that the vuetify application will not work for him, how to do this?
Tell me how to correctly and accurately determine on the client side (i.e. in the browser) whether vuetify will fully work on it (which needs a modern browser (but which versions are unclear)).
I tried using bowser for this purpose , but for it to work, you need to know all the browsers that exist in order to set up detection, and this seems to me a non-trivial task, because now users may have hitherto unknown browser, which can correctly process the code on vuetify, but bowser is not detected at the same time, because his name is not included in the list of "correct" browsers.
It would be logical for vuetify itself to have some method that returns true|false, and thus tells whether it will work or not.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question