Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.

Qlik Sense Mobile Client changes from mobile view to to browser view intermittently in Android and iOS

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Rakesh_HB
Support
Support

Qlik Sense Mobile Client changes from mobile view to to browser view intermittently in Android and iOS

Last Update:

Nov 30, 2022 8:23:25 AM

Updated By:

Sonja_Bauernfeind

Created date:

Nov 30, 2022 8:23:25 AM

Viewing a Qlik Sense app with the mobile client (on prem) causes the view to sometimes change from mobile to browser view.

Reviewing the "About" details shows the Qlik Sense Server's Version instead of the Qlik Sense Mobile client version.

Android Device displaying the Qlik Sense Server's Version.png

Environment

Resolution

  1. Turn on the .NET Web Sockets in the Qlik Sense Server as below. If Multinode, changes must be done on all the nodes.

    Path: "C:\Program Files\Qlik\Sense\Repository\"

    The default value is "false"
    <add key="EnableDotNetWebSockets" value="false" />
    Now, Set/Change it to "true"
    <add key="EnableDotNetWebSockets" value="true" />
  2. If Multinode, make sure all the Qlik Sense Servers share the common TLS/SSL Cipher Suites:
  3. Reboot the Server/s.

Cause

There will be an open delay (>30 seconds) of the "qrsData" WebSocket that can be seen in the Developer logs:

2022-11-24 12:08:12,794-INFO [WEB] Web socket URL: wss://qlikserver1.domain.local/hub/qrsData =>void PresentationManagerImpl::notifyMessageFromJavascript(QString)

After a minute...

2022-11-24 12:09:13,356-INFO [WEB] [wss://qlikserver1.domain.local/hub/qrsData] - socket.onopen =>void PresentationManagerImpl::notifyMessageFromJavascript(QString)

Below error in Qlik Sense Server Proxy logs relate to TLS/SSL/Cipher Suites

The client and server cannot communicate, because they do not possess a common algorithm

Internal Investigation ID(s)

QB-17151

Labels (1)
Version history
Last update:
‎2022-11-30 08:23 AM
Updated by: