Hello,
is it possible to keep the current url information when returning from offline mode?
If the user was at url http://example.com/Page?value=42#item=12 and goes offline he gets redirected to http://example.com/Offline/Default.html. When the connection is back online he gets redirected to http://example.com/
My idea is to add the url to the offline page like http://example.com/Offline/Default.html#Page?value=42#item=12. With this it is possible to return to the correct url.
best regards
Bernhard
Hi Bernhard,
Thank you for reaching out,
We’ll prepare a sample for you to demonstrate the navigation process in Wisej.NET!
But to not keep you hanging, you should be able to save the hash in a Cookie or LocalStorage and then retrieve it in an Application.ApplicationRefresh event.
Best,
Alaa
//
Please login first to submit.