Hello, is it possible for my Adalo app to detect whether the user is browsing through a mobile or web browser? My web app is not mobile responsive, so I made a separate app built for mobile screens, with a different URL. Now I want to automatically redirect users to the correct URL for web app/mobile depending on which browser they’re in (mobile browser or desktop browser).
If this functionality isn’t present, are there are any clever workarounds?