I have a jQuery mobile app that works in a UIWebView in an iphone app. Web browsing shows the correct jquery-mobile page, but only when the page is not loaded with a 3G connection. I know this sounds very strange, and this is a very strange problem, because if the page is loaded with a WIFI connection, it displays perfectly ... here is a screenshot ...
If instead of my client a 3G connection is used to load a jquery mobile page, it seems that for some reason the javascripts and CSS that are needed to display the mobile jquery page are not loading. Here is the second screenshot showing what the page looks like when it loads 3G ...
(Note: I know that this screenshot does not correspond to the same page as the first, but when loaded correctly, it has the same style as the first screenshot)
As the page title shows, the 3G connection that gives this problem is in the Netherlands, and my client tried two different 3G providers in the Netherlands and is facing the same problem with both providers. If I test the application where I live, namely in South Africa, the page loads correctly with my 3G connection.
So, to my question: can anyone understand what could cause jQuery javascript and CSS to not be able to load 3G connections in the Netherlands?
source share