Skip to content
Advertisement

Tag: shinyapps

framework7: broken tab links after stripping worker IDs from URL

shinyMobile’s inst/framework7-5.7.8/my-app.js file has the following code chunk at the top: It appends a random string (the worker ID) to the URL of the app whenever it is not run locally. E.g., https://my_domain/my_app/ becomes https://my_domain/my_app/_w_123456/. This is super annoying, as it prevents search parameters (e.g., ?param=test) from being consistently captured (screencast video). So, I followed the solution found in this

Advertisement