I am trying to make a shiny app that can be used on a smart phone without connectivity.
I have found several examples of shiny apps being bundled into something convenient and run on a desktop or mobile device, but they all still require an internet connection. I want the mobile app to be able to run locally with no connectivity.
The closest thing I have seen is making a shiny app into a Progressive Web App (PWA). PWAs in general do have the ability to run without connectivity, but shiny PWAs that I have found still require connectivity.
List of similar resources:
- shiny as standalone electron app (not for mobile) Deploying R shiny app as a standalone application
- PWAs for shiny https://github.com/pedrocoutinhosilva/shiny.pwa
- shinymobile - does create PWA https://rinterface.github.io/shinyMobile/
From what I can tell, all these and others still require internet connection, though.
Any options for an app that can run on a smart phone without connectivity?