Browser Refresh does not fire "Page Enter" Event

I am not sure how to handle this problem, because it did not occurred before. When a user hits the F5/Refresh Button of a browser the page won’t be reloaded completely. I don’t find where I can enforce it, because I need to set some variables and UI elements for a correct Page view. The logic for this is located in the On Page Enter Logic. Any idea?

You could check the Network tab of the browser’s DevTools and compare the requests made during the initial page rendering and when a reload happens.

done. My bad. Sorry. Forget about it.