Learn R Programming

shinyMobile (version 0.7.0)

f7Page: Create a Framework7 page

Description

Build a Framework7 page

Usage

f7Page(
  ...,
  init = f7Init(skin = "auto", theme = "light"),
  title = NULL,
  preloader = FALSE,
  loading_duration = 3,
  icon = NULL,
  favicon = NULL,
  manifest = NULL
)

Arguments

...

Slot for shinyMobile skeleton elements: f7Appbar, f7SingleLayout, f7TabLayout, f7SplitLayout.

init

App configuration. See f7Init.

title

Page title.

preloader

Whether to display a preloader before the app starts. FALSE by default.

loading_duration

Preloader duration.

icon

Link to 128x128 icon (PWA compatibility). If NULL, taken from shinyMobile ressources.

favicon

App favicon. If NULL, taken from shinyMobile ressources.

manifest

Path to web manifest (PWA compatibility). If NULL, taken from shinyMobile ressources.