Hi,
I observe that, refreshing the browser:
- does not refresh the query bindings..
- does not trigger startup of each component, even view startup
How do you make binding to refresh on browser refresh.
Any ideas?
Hi,
I observe that, refreshing the browser:
How do you make binding to refresh on browser refresh.
Any ideas?
If your goal is to refresh the bindings, is there a reason you don't just create a piece of UI which invokes a message handler that informs the bindings to refresh?
There is currently no Event which allows for you to take action in the event of a "browser refresh" at this time.
Yes, I can create such UI.
But as you may already know, users unconsciously click browser refresh button all the time.
Thanks for confirming, there is no way for now to detect browser refresh.
Just thinking out loud still.
Is there a property that changed only on browser's refresh.
No, there is not.
Actually There is.. I just did it.
Hard to explain what I did.
shortcut version:
pagePath is being loaded at browser refresh
so I created a variable that is bined to pagePath, and is being overwritten by "hello" on steady state.
That way, when browser refresh is executed, I can get a onChange trigger.