Hi, as you have seen in the new update 2.9 the main user page does not update anymore. This is a problem for users on the iOS app that does not have pull refresh.
I share with you this code that will allow the user to refresh the page
Paste the code in Dashboard -> Modules -> Translations -> Custom Home Message
<div style="display: flex;justify-content: left;align-items: center;color: rgb(0, 0, 0);background: #fff;margin: 0 15px;padding: 10px; border-radius: 0.775rem;" onclick="window.location.reload(false)"><img src="https://cdn-icons-png.flaticon.com/512/545/545661.png" style=" width: 15px; height: auto; margin: 0 12px;"> Click here to refresh the page</div>
Result:
Here is a second code that you can paste below if you wish. It allows the page to refresh automatically every "x" seconds. I recommend 300 for 5 minutes.
<meta http-equiv="Refresh" content="300; URL=#">
PS: This code will also refresh your translation page since the code is inside.