AJAX on the iPhone?

后端 未结 6 1891
忘掉有多难
忘掉有多难 2021-01-03 09:35

I have a site that I\'ve developed that makes decent use of Javascript, and minimal use of AJAX for a few things. The site worked fine on the iPhone until I added the functi

6条回答
  •  别那么骄傲
    2021-01-03 10:01

    One useful resource for troubleshooting JavaScript errors like this on the device is the debug console. It should report any parsing errors and can also be used to log messages and exceptions. You can turn it on from Settings > Safari > Developer (scroll to the bottom).

提交回复
热议问题