I have a web application and I would like to make it available for mobile users as well.When opened in a browser, the database runs a JavaScript redirection code to a certain URL. I plan to create a new URL for the mobile users.
How do I identify if the user is mobile in JavaScript?
Any answer/links to this subject as well as developing web apps for mobile users are highly appreciated.
TIA