JQuery Ajax request not working on iPhone device browser

前端 未结 5 1772
傲寒
傲寒 2021-02-10 02:07

We are in the process of developing an iPhone web app using extensive jquery AJAX calls to extract data from an XML web service. When developing and testing on my Mac on Safari

5条回答
  •  我寻月下人不归
    2021-02-10 02:54

    I ran into the same problem.

    Check the url: parameter in the object you send to the jQuery.ajax function. Shorten it from "http://the/full/url" to "/just/the/relative/to/root/part"

    To me, it seems like a Safari Mobile bug.

提交回复
热议问题