Docs (4.0.0)
class WebContextOptions property

pageBackground

Page background color (or CSS value), defaults to Background color.

pageBackground: UIColor | string

Notes

  • Use a (custom) theme color rather than a specific color to allow the color to change with the theme. The page background is updated dynamically when the theme changes.

Related