-
Beta Was this translation helpful? Give feedback.
Answered by
kamilzyla
Aug 23, 2021
Replies: 1 comment
-
|
Hey @davidrsch, thanks for your question! Fluent UI uses a CDN to serve icons by default, and that's why they are not displaying when you are offline. I created issue #84 to track this problem, but I see it as a low priority item (running Shiny apps offline is not a common use case). We are happy to receive pull requests though 🙂 I don't see any easy workaround for this. You could try to call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidrsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @davidrsch, thanks for your question! Fluent UI uses a CDN to serve icons by default, and that's why they are not displaying when you are offline. I created issue #84 to track this problem, but I see it as a low priority item (running Shiny apps offline is not a common use case). We are happy to receive pull requests though 🙂
I don't see any easy workaround for this. You could try to call
initializeIcons()yourself and use Shiny to serve the appropriate files, but I'm not sure if that would work.