This example is from f7Tab, but any other one would do. The color of the panels is always the base color of the app, different settings are not honoured.
panels = tagList(
f7Panel(title = "Left Panel", side = "left", theme = "light", "Blabla", effect = "cover"),
f7Panel(title = "Right Panel", side = "right", theme = "dark", "Blabla", effect = "cover")
),
Possibly related: In shinyMobile.js, `dark_mode is not defined.
if (dark_mode) $(newTab).css("background-color", "");
This example is from f7Tab, but any other one would do. The color of the panels is always the base color of the app, different settings are not honoured.
Possibly related: In
shinyMobile.js, `dark_mode is not defined.