JQuery Ajax request not working on iPhone device browser

前端 未结 5 1744
傲寒
傲寒 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 03:08

    You can enable the javascript console in Mobile Safari. See the instructions here. It's basically Settings->Safari->Developer->Debug Console. This works on the emulator, and the actual device.

提交回复
热议问题