Skip to main content
julienc
January 21, 2025
Question

How to identify the browser in use?

  • January 21, 2025
  • 4 replies
  • 0 views

I would like to identify the browser in use, to adapt my use case to it.

Indeed, I have to (as per user requirements, I sware I tried not to) use a mailto, and Chrome is tremendously limited (less than 700 characters when sending to Outlook). So if Chrome is in use, I want to make the minimal email message.

How can I know from the user interface, which browser is accessing my app?

Thanks!

4 replies

stefanhelzle0001
January 21, 2025

I do not know of a way to detect the browser. And relying on the capabilities of mailto-handling is something I would not do.

mathieud0001
January 21, 2025

I'm not sure it's worth doing the mailto logic IMO. Might as well just have the form and send the email vis Appian.

But in any case, you could always try using the Log Reader plugin to get it from the login-audit.csv.

julienc
juliencAuthor
January 21, 2025

I need my interface to know what browser is opening it. Not sure how I can acces log information in real time.

davidj137213
January 21, 2025

You can use log reader function from market.

community.appian.com/.../log-reader