Closed usingdatascience closed 1 year ago
Here is a screenshot of my shiny app when running, distPlot is for some reason not being displayed on the first tab ...
Have a try with the shinyMobile rc-1.0.0 branch which is currently in preparation. It is probably coming from a recent breaking change in shiny 1.7.2.
See #228.
I have literally cut and pasted some code from the examples, in order to help my understanding of ShinyMobile etc, and the PLOTS are NOT being displayed when i run my shiny app. I get a blank screen .... my code is below (as i said, cut and pasted from one of the examples) ... any help as to why the plots are not showing would be much appreciated...
library(dplyr) library(ggplot2)
library(shiny) library(shinyMobile) shiny::shinyApp( ui = f7Page( title = "My app", f7SingleLayout( navbar = f7Navbar( title = "Standalone tabs", hairline = FALSE, shadow = TRUE ), f7Tabs( id = "tabs", style = "strong", animated = FALSE, swipeable = TRUE, f7Tab( tabName = "Tab 1", icon = f7Icon("envelope"), active = TRUE, f7Shadow( intensity = 10, hover = TRUE, f7Card(
title = "Card header",
)