Better Deployment notification to my users

Hello,

I want to have a full screen notification when i deploy my app to be sure that every user reload the page. Is it possible ?

The present bar is often ignored by users…

Thanks !

1 Like

This guide might help you: https://twitter.com/elibeachy/status/1344721568191176705

1 Like

Thanks, to have it here, that’s the Step by Step from Eli Beachy :

1/ Go To the Languages Tab in Settings

2/ Change the content to

<p style=‘font-size: 16px; font-weight: bold; margin-bottom: 5px;’>APPLICATION UPDATED</p>
<p style=‘font-size: 12px;’>Please click here or refresh your page to continue using the app</p>

3/ Add in header the code

<style>
.bad-revision
{top:auto;bottom:20px;left:20px;background:#004643;border:1px solid #d3d3d3;box-shadow:4px 4px 22px #a9a9a9;color:#fff;max-width:300px;padding:14px 18px 18px 20px;border-radius:10px;transition:all .5s ease;text-align:left}
</style>

4/ Result

4 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.