Hi all,
I'm testing my web app in a staging environment with SSL, and I find that jQM silently fails when the user clicks a page that redirects to SSL. I believe jQM correctly refuses to load content from a different domain (http vs https) over ajax, which is fine. However, I need to set some sort of fallback behavior: if the response attempts to redirect to a different domain, the client should perform a full page redirect rather than continuing through ajax and failing. I'm aware of the data-rel=external modifier on links, but I want to leave that logic up to the server, not define it at the user interface level.
Has anybody here encountered this problem, and how did you solve it? Did you override jQM's link loading mechanism, or were you forced to use the data-rel=external modifier?
Many thanks
Sam