createOfflinePage {shiny.pwa}R Documentation

Creates the offline landing page.

Description

Creates the offline landing page.

Usage

createOfflinePage(title, template, offline_message)

Arguments

title

title of the page when the PWA is running in offline mode.

template

HTML template to use. If null a default template is used.

offline_message

An argument that can be used in the offline template to show a custom message.

See Also

[createDirectories()], [createServiceWorker()], [createIcon()], [createManifest()]

Other fileGen: createDirectories(), createIcon(), createManifest(), createServiceWorker()


[Package shiny.pwa version 0.2.1 Index]