Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
scarstruck4
Contributor
Contributor

Any function to show the currently in use browser for Qlik Sense?

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.

Labels (2)
5 Replies
crusader_
Partner - Specialist
Partner - Specialist

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

admin_plb
Contributor III
Contributor III

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

quentinba
Contributor
Contributor

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 ? 

David_Friend
Support
Support

I'm not finding anything, @Sebastian_Linser is there a function you know of for this?

Sebastian_Linser

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

Help users find answers! Don't forget to mark a solution that worked for you! 🙂