Hi,
I've written an app that I wish to include an HTML file as information.
I used includeHTML("Explanation_risk_calc.html")
in the UI, I noticed some odd app behaviour. For example, the collapsibility of shinydashboard boxes seems to have disappeared as the boxes stay expanded. Some packages like shinyvalidate
no longer work (not validating inputs in this case).
For the time being, I have made the file as a separate download but can anyone explain this? Is there a workaround?