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.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense Mashup - Scrolling not working correctly on mobile devices

Hi,

I have just about completed a mashup and just about everything works fine. The only issue I have is the fact that I am unable to scroll when placing my finger on a visualisation. I think this is by design as charts in qsense are interactive.

The problem is that when you have a large chart on the screen (mobile device), it becomes very difficult to scroll down.

Is there anyway I can use two finger scrolling on charts for examples?

Thanks in advance.

5 Replies
Not applicable
Author

bump

eric_careta
Partner - Contributor III
Partner - Contributor III

did you find the answer? I have the same trouble :S

Thanks,

meliherdurcan84
Contributor
Contributor

 I have the same trouble, is there any advise?

rbartley
Specialist II
Specialist II

Hi,

I realise that  this is a very old post, but since I also had the same issue, I thought I'd share my experience.

I found that if the width of the element containing the visualization in the mashup was set to 100%, it made it very difficult to scroll on a mobile phone.  However, I was able to overcome this by setting the width to 99%.

Hope this helps.

rbartley
Specialist II
Specialist II

In fact, I recently found a better way of handling this problem.  By applying and removing the pointer-events property of the div containing the visualizationm e,g, 

pointer-eventsnone;
 
I do this by adding an icon overlay and when clicking apply/remove a class that sets the pointer-events.
 
I hope this helps.