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
I'm working on a shiny app where the user enters data across multiple tabPanels (using next and back buttons) and on the final tabPanel it presents a summary of their selections. I've placed a button on the last tabPanel that utilizes capture_pdf. It works great except that if I browse back to the app after the pdf has loaded, the app reloads and all the user input is lost. I'm wondering if there's a way to send the pdf to another browser tab so that the user can revisit the app w/o losing the previous entries.
Appreciate any help you can offer!
The text was updated successfully, but these errors were encountered:
I'm working on a shiny app where the user enters data across multiple tabPanels (using next and back buttons) and on the final tabPanel it presents a summary of their selections. I've placed a button on the last tabPanel that utilizes capture_pdf. It works great except that if I browse back to the app after the pdf has loaded, the app reloads and all the user input is lost. I'm wondering if there's a way to send the pdf to another browser tab so that the user can revisit the app w/o losing the previous entries.
Appreciate any help you can offer!
The text was updated successfully, but these errors were encountered: