How to return to previous view without calling its updateView?
Hi,
some little help needed...
what I want is the following:
when moving back to previous view I want to not update the view (to keep the same focus position).
I noticed that there can be passed backparams to the previousView call. So I want to pass a boolean variable "{ignoreUpdateView : true}" with the previousview call and check it in updateView function of the previous view - if is true then the updateView function to not be executed.
Now I get "undefined" for the value of backparam which I access like this" "this.persist.ignoreUpdateView".
how or can these backparams be accessed in the updateView?
or should this be done in a different way?
Thank you
Alex
by
5 Replies