Using jQuery mobile, loading pages (internal pages) should be done by using an AJAX Request to load the document into the DOM.
While an AJAX request is running (long-taking action on an SAP Server - Webservice) the application should stay responsive to the user. When the request finishes a message should be displayed.
This all works fine, except: When a user changes the page while the request is running, the request gets aborted.
Is there anything I can do to solve this problem? Might be related to this problem: Change page in the middle of Ajax request