You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good point. Unfortunately, it appears that the RStudio viewer blocks alert() messages as well. One (easy) solution would be relay a message to the R console, but that might easily be missed (especially if the app spits output to the console). Maybe the more robust solution is to insert a div when the onerror message fires?
if offline is disabled, it's confusing to see a blank screen when you
runApp
A couple options:
offline=FALSE
?onerror
event is fired from shiny, we could show the placeholder on that event: http://stackoverflow.com/questions/15273042/catch-error-if-iframe-src-fails-to-load-error-refused-to-display-http-wwThe text was updated successfully, but these errors were encountered: