You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here there is a shiny app that uses a gallery function with enlarge = TRUE and enlarge_method = "modal".
You can see this functionality first using the dropdown menu, then selecting a row in the datatable....
And finally clicking on the image embedded in the opened modal.
However, this app is made to be visualized through an iframe. Yet through this iframe you can't enlarge the image (maybe only the first time, but once the modal is closed it does not work anymore). You can test that here.
I made a maybe related question some time ago on StackOverflow that you can see here. The app for which I'm asking inludes Iz100's solution for that example in the script.
I'm sorry for not giving a reprex app. I tried making one but, oddly enough, it does works through the iframe, so I don't know what is going on (you can see that example app here. Maybe someone could discover the problem in the browser's developer panel?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I don't see the source code of your app, but based on the DOM, the problem is you put the singleton(... part inside the shiny modal. In the StackOverflow solution, singleton part is placed directly under fluidPage without any nesting
If you install > 0.3.3.0, you shouldn't use the StackOverflow fix.
Here there is a shiny app that uses a
gallery
function withenlarge = TRUE
andenlarge_method = "modal"
.You can see this functionality first using the dropdown menu, then selecting a row in the datatable....
And finally clicking on the image embedded in the opened modal.
However, this app is made to be visualized through an iframe. Yet through this iframe you can't enlarge the image (maybe only the first time, but once the modal is closed it does not work anymore). You can test that here.
I made a maybe related question some time ago on StackOverflow that you can see here. The app for which I'm asking inludes Iz100's solution for that example in the script.
I'm sorry for not giving a reprex app. I tried making one but, oddly enough, it does works through the iframe, so I don't know what is going on (you can see that example app here. Maybe someone could discover the problem in the browser's developer panel?
Thanks in advance.
The text was updated successfully, but these errors were encountered: