RinteRface / shinyMobile

shiny API for Framework7 (IOS/android)
https://shinymobile.rinterface.com
407 stars 74 forks source link

Stylesheet not load... sometimes. Works on refresh page... sometimes. #245

Closed EwokOzwok closed 10 months ago

EwokOzwok commented 1 year ago

I love working with shinyMobile, which makes this issue extra frustrating. Hosting on shinyapps.io the style sheet won't load periodically and the page has a white background with lots of hidden elements displayed on a single page.

What am I doing wrong? Why won't my app load reliably?

I've tried making skinny versions of the application and no matter what I end up with the same issue. I've included screenshots of the issue.

ShinyMobile CSS issue Working
EwokOzwok commented 1 year ago

I figured out what the issue was... I think.

Since adding the following in the f7page.R file, things seem to be loading much more smoothly!

# Body add_dependencies( deps = c( "framework7", "shinyMobile", "pwa", "pwacompat", "f7icons" ), bodyTag )