I have a web application that works well on all browsers.
It turns out that I needed to develop a feature that is not responding well in the browser that is already installed on Samsung smartphones. Through my Analytics reports, a good portion of my users use this browser.
I'd like to display a warning soon on page load for all users using this browser, stating that it's best if they use Chrome or Opera, for example.
This has to be done right before loading the page, before they can access this feature that I have recently developed.
Can anyone help me?
Thanks in advance!