You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to reopen orejime consent screen using orejime.show() which opens ConsentModal component:
Show component look
In code mustNotice acts only for mandatory ConsentNotice display. On first visit (orejime cookie not yet exists) user is displayed a large Notice screen on top of app content:
When user give its consent the Notice disappear but it can never be reopened manually using orejime.show().
Motivations
I've customized how orejime looks like on websites I work on. Notice is not a small banner at the bottom of the screen but a large fullscreen dialog. I give to users the ability to update their consent by clicking a button on a page but I would like to reopen the Notice screen in first place and not the toggleable apps list which is not revelant to me because I've decide to display a mandatory Notice using mustNotice: true.
The text was updated successfully, but these errors were encountered:
It is possible to reopen orejime consent screen using
orejime.show()
which opensConsentModal
component:Show component look
In code
mustNotice
acts only for mandatory ConsentNotice display. On first visit (orejime cookie not yet exists) user is displayed a large Notice screen on top of app content:When user give its consent the Notice disappear but it can never be reopened manually using
orejime.show()
.Motivations
I've customized how orejime looks like on websites I work on. Notice is not a small banner at the bottom of the screen but a large fullscreen dialog. I give to users the ability to update their consent by clicking a button on a page but I would like to reopen the Notice screen in first place and not the toggleable apps list which is not revelant to me because I've decide to display a mandatory Notice using
mustNotice: true
.The text was updated successfully, but these errors were encountered: