Page 1 of 1

Determine User's Web Browser

Posted: Mon Dec 07, 2015 5:57 pm
by Jack Bua

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.


Determine User's Web Browser

Posted: Tue Dec 08, 2015 1:52 pm
by Serhii Kulibaba

Hello Jack,

Please use navigator.userAgent for that: http://stackoverflow.com/questions/98...


Determine User's Web Browser

Posted: Tue Dec 08, 2015 6:11 pm
by Jack Bua

I saw this initially but did not think it was what I needed. After further looking, looks like it could work. Thank you Sergiy.