Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
AKN
Partner - Contributor III
Partner - Contributor III

Some elements in custom theme doesn't work on mobile app

AKN_0-1706013186984.png

 In this variable input object I've removed second row ("Kur Hariç") using css in custom theme.

#HhQPpV_content > div > div > select > option:nth-child(2) {
    display: none;
}

it now look like this in browser, which is what I need:

AKN_1-1706013413705.png

 

However, using mobile Qlik Sense Client-Managed app, this option still appears. I am using same app on both browser and mobile.

Also I have another problem with mobile app. I'm setting background-image of an object. It works perfectly on browser but when we look at the mobile app, the image doesn't appear.

How can I solve this problem?

Labels (1)
  • IOS

0 Replies