Daniel Hägglund
Results
2
comments of
Daniel Hägglund
We just ran into a similar problem in Firefox. We solved it by injecting the shiny event handlers after the script tag here: https://github.com/daattali/shinyjs/blob/master/R/utils.R#L39
This is our fork where it works: https://github.com/Olink-Proteomics/shinyjs/commit/d4273fa6ebb244da220a7014e219d5ba036685f6 The issue seems to be that the `shinyjs` object is called before being instantiated. It's unclear why this happens only in Firefox....