Build a Framework7 page
f7Page(
...,
init = f7Init(skin = "auto", theme = "light"),
title = NULL,
preloader = FALSE,
loading_duration = 3,
icon = NULL,
favicon = NULL,
manifest = NULL
)
Slot for shinyMobile skeleton elements: f7Appbar, f7SingleLayout, f7TabLayout, f7SplitLayout.
App configuration. See f7Init.
Page title.
Whether to display a preloader before the app starts. FALSE by default.
Preloader duration.
Link to 128x128 icon (PWA compatibility). If NULL, taken from shinyMobile ressources.
App favicon. If NULL, taken from shinyMobile ressources.
Path to web manifest (PWA compatibility). If NULL, taken from shinyMobile ressources.