My shiny app on mobile device

Good day , have been trying to use my shiny app on mobile devices but it wont display correctly. Want to kindly ask for help or suggestions on what I could use to display my app correctly, dont have much html/css experience so its getting kinda difficult for me.

thanks a lot in advance.

There is some post on this topic on this community

you could search more and see if there is interesting information.
Also it is not specifically design for that by miniui help develop shiny app for small screen

1 Like

searched but none of them worked, heres what worked for me :

 dashboardBody(
    tags$head( tags$meta(name = "viewport", content = "width=1600"),uiOutput("body")),

thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.