Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Locking the View

Hi

I need some help in locking up the view of my dashboard in iPad. I want the user to see my dashboard only in landscape view. The user should not be able to rotate the dashboard or see it in portrait view. Does any body know a work around for it? Is there any document settings or properties in QV that I can explore? Please help me out as its very imp for my dashboard to get published.

Thanks in advance.

5 Replies
Anonymous
Not applicable
Author

Not possible on server side.

Only on Client machine.

Not applicable
Author

Can you please explain me the procedure to do it?

What I understand is that you are saying that the user will have to lock down his machine/ iPad (in this scenario) ?


Anonymous
Not applicable
Author

With js I think You can lock screen rotation.


Verify event.preventDefault() wich must be called on page load...

Not applicable
Author

Is it possible to share the code or anything with an example?

The above code with an example.


Anonymous
Not applicable
Author

test of  event.preventDefault is valid for browser.


if(event.preventDefault) event.preventDefault();


See this: http://www.tutorialspoint.com/jquery/event-preventdefault.htm