I'm using a bottom modal to display a "cookie" notice.
Is there a way to disable the shading of the page in the background?
I like that the user can still scroll through the page content while the modal is visible, but have the page in the standard luminosity.
B4X:
myBottomModal.Initialize(page, "bottomsheet", Not(FIXED_FOOTER), ABM.MODALSHEET_TYPE_BOTTOM, "")
myBottomModal.Content.UseTheme(ABMShared.THEME_COOKIE_FOOT)
myBottomModal.Footer.UseTheme(ABMShared.THEME_COOKIE_FOOT)
myBottomModal.IsDismissible = False
Is there a way to disable the shading of the page in the background?
I like that the user can still scroll through the page content while the modal is visible, but have the page in the standard luminosity.
Last edited: