0
I have a web application that works well in all browsers.
It turns out that I had to develop a Feature that is not responding well in the browser that is already installed on Samsung smartphones. From my Analytics reports, a good portion of my users use this browser.
I would like to display a warning logo when loading the page for all users who make use of this browser, stating that it is best that they use Chrome or Opera, for example.
This has to be done right on page loading, before they access this Feature that I recently developed.
Can someone help me?
From now on, thank you!!!
Have you tried this https://www.sitepoint.com/detect-mobile-devices-jquery/ partner ?
– Otto
I know this script, I may have to adapt it to a specific browser.. https://jsfiddle.net/9atsffau/
– denis