Just exposing the history api help a lot on my current project.
I was able to use spf in order to :
do simple navigation (the main goal of spf)
submit form with spf
but mostly, display spf request in a modal and with an url (#/url)
forward and backup open close the modal
I can have multiple modal on one page (#/url1#/url2)
In my previous PR #419, I was just using the spf.process method and I have to deal with the history manager. This lead to a lot of bug and since spf handle it nicely and I try another way but I need the have access to history api.
Let me know if you think it can be useful for other people
Just exposing the history api help a lot on my current project. I was able to use spf in order to :
In my previous PR #419, I was just using the spf.process method and I have to deal with the history manager. This lead to a lot of bug and since spf handle it nicely and I try another way but I need the have access to history api.
Let me know if you think it can be useful for other people