Hey,
So I’m a big fan of using providers to navigate in an Ionic v4, simple, easy to migrate, etc. but, do you know how to handle a page refresh in case of pwa?
For example, if user click refresh, then the provider will be empty, a new instance will be constructed => no more navigation params in memory => what to do?
Spontaneously I thought about using storage instead of provider to save the params
Or catch the error in a ErrorHandler and redirect to the root page where no params are needed
Or any other idea?