My application was created using Vue, but unfortunately it does not perform well in IE11 and older versions of Edge. In Edge, I can display a message asking users to update their browser since the app still loads to some extent. However, in IE11, I am only seeing a blank screen.
Is there a way for me to detect if the user is using IE11 and then display a simple HTML/CSS page prompting them to upgrade their browser?