ShinyMobile
shiny API for Framework7 (IOS/android)
Install / Use
/learn @RinteRface/ShinyMobileREADME
shinyMobile <img src="man/figures/logo.png" width="200px" align="right"/>
Develop outstanding {shiny} apps for iOS and Android, as well as beautiful {shiny} gadgets. {shinyMobile} is built on top of the latest Framework7 template.
Installation
# from CRAN
install.packages("shinyMobile")
# for the latest version
devtools::install_github("RinteRface/shinyMobile")
Demo
A running demo is available here.
Sponsors
{shinyMobile} is supported/funded by AthlyticZ.
AthlyticZ offers top notch Shiny courses developed by Veerle van Leemput:
- Productionizing Shiny Applications course.
- Outstanding InterfaceZ with Shiny course.
- Build outstanding mobile applications with shiny course.
Progressive Web App (PWA)
Configuration
{shinyMobile} is PWA capable, meaning that you can make sure your app uses the correct assets to be used as a PWA. This feature is automatically handled by f7Page() if allowPWA is TRUE.
When set to TRUE, your app is set up to use both a service-worker.js script and a manifest.webmanifest file that you will provide.
To create these necessary asse
