f7Page
is the main app container.
f7Page( ..., title = NULL, preloader = FALSE, loading_duration = 3, options = list(theme = c("ios", "md", "auto", "aurora"), dark = TRUE, filled = FALSE, color = "#007aff", touch = list(tapHold = TRUE, tapHoldDelay = 750, iosTouchRipple = FALSE), iosTranslucentBars = FALSE, navbar = list(iosCenterTitle = TRUE, hideOnPageScroll = TRUE), toolbar = list(hideOnPageScroll = FALSE), pullToRefresh = FALSE), allowPWA = FALSE )
... | Slot for shinyMobile skeleton elements: f7Appbar, f7SingleLayout, f7TabLayout, f7SplitLayout. |
---|---|
title | Page title. |
preloader | Whether to display a preloader before the app starts. FALSE by default. |
loading_duration | Preloader duration. |
options | shinyMobile configuration. See https://framework7.io/docs/app.html. Below are the most notable options. General options:
Touch module options https://v5.framework7.io/docs/app.html#app-parameters:
Navbar options https://v5.framework7.io/docs/navbar.html#navbar-app-parameters:
Toolbar options https://v5.framework7.io/docs/toolbar-tabbar.html#toolbar-app-parameters:
In any case, you must follow the same structure as provided in the function arguments. |
allowPWA | Whether to include PWA dependencies. Default to FALSE. |
David Granjon, dgranjon@ymail.com