Hello,
I recently discovered that the app I wrote works perfectly on Wifi but as soon as the user goes 3G, the network provider's transparent proxy corrupts the JavaScript.
A workaround that was suggested was to use https, but
https://code.jquery.com/ results in a wrong site error in Firefox and the phone browser just shows the site without the jQuery Mobile.
There was mention of the Google Developer's website, but jQuery Mobile is not featured on there:
https://developers.google.com/speed/libraries/devguide#jqueryIs there a path on
https://ajax.googleapis.com/ that would give access to jQuery Mobile? Or can someone suggest an alternate secure server we can use?
Best,
John