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?
if this doesnt work then, assuming the code within the html is javascript then the implication is that this doesnt play nice with shiny; therefore
a) if you dont need the code in the html ; remove it ?
b) if you do need the code; take advice from a javascript expert on how to make the javascript play nice ?