Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any function in Qlik Sense that can show the current browser being used? I have tried using ClientPlatform() but it's throwing out this:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36
Basically, I want to display a text object if a person is using any web browser other than Google Chrome asking them to switch to Chrome. Any kind of help is appreciated. Thank you so much.
Hi,
Qlik Sense ClientPlatform() function uses JS navigator.userAgent method, which returns exactly what you see. For more reliable methods I believe you need to build an extension.
Hope this helps.
//Andrei
Because of the importance of mobile applications, it would be great if we could distinguish between Desktop and Mobile apps when opening a Qlik Sense app.
A native Qlik function is definitely needed.
Thank you
Hi,
I wonder if this issue was resolved. I'm new in Qlik and I would like to find which browser (Desktop or Mobile) user use to connect to an app. Any news since the last comment ?
I'm not finding anything, @Sebastian_Linser is there a function you know of for this?
Hello, you could raise an ideation request (https://community.qlik.com/t5/Official-Support-Articles/How-To-Submit-an-Idea-or-Propose-and-Improve...) asking for the implementation of a new command using navigator.userAgentData.brands instead of navigator.userAgent
see https://learn.microsoft.com/en-us/microsoft-edge/web-platform/user-agent-guidance
and https://developer.mozilla.org/en-US/docs/Web/API/Navigator/userAgentData for more information