Hi everyone,
I would like to know if somebody knows if it's possible to get all values of return by the native outsystems function GetBrowser?
What's my need? I have to get the browser and set a value by truncated the GetBrowser value.
For example : Samsung Browser => SMSNG
Thanks for your replies
Hi,
Is this reactive web app ?
If it is, you can check the (limited) browser info using Javascript (https://codepedia.info/detect-browser-in-javascript).
Thanks for your answer.
I found the solution of my need.
I just cloned OutSystemsUI to see the GetBrowser action and saw all returns value.
This action use the UserAgent.
Have a good day.