User-1152024393 posted
Greetings, and thanks for using your time to read my issue.
We have an existing asp.net webforms app (not MVC unfortunately) using JQuery Mobile. During the test-period the decision has been made to make content available offline while using the application, due to bad signalstrength and network.
I am pretty "beginner" when it comes to offline and localstorage support.
A quick note about the app, is that its mostly based on data read from database, and a few forms concidering solving different tasks and udpating statuses.
Another VERY important note, is that mainly all pages are using queryparameters (which i have noted is a big issue when it comes to offline/local storage support. It just cannot be there..
Can anyone point a finger in the right direction so i can start my research for what i have to do (prepare for), and what kind of changes i'm ahead when it comes to offline/local storage ?