Is there a way to determine what web browser a user is using when accessing an Appery web app?
Ideally, I would like to be able to grab something I can use IF logic on and also save to a login log.
Is there a way to determine what web browser a user is using when accessing an Appery web app?
Ideally, I would like to be able to grab something I can use IF logic on and also save to a login log.
Hello Jack,
Please use navigator.userAgent for that: http://stackoverflow.com/questions/98...
I saw this initially but did not think it was what I needed. After further looking, looks like it could work. Thank you Sergiy.