Disable User Input in Vision PDF Viewer?

Hi, an end user wants a pdf viewer component to be display only. Is there a way to prevent user input from affecting a pdf viewer component in the Vision module? (Disabling it)

The specific input I would want to ignore is a mouse scroll down

Layer an empty (transparent) container over it. That will cut off all user interaction. I doubt you can cut off just scrolling or paging. Consider splitting your PDF files so you can deliver just the page or pages allowed.

2 Likes

Thanks for the reply Phil,

I tried the container but I was still able to interact with components below it.
I found that layering an empty transparent button cut of all user interaction