javascript - AJAX GET request goes to localhost:0 on Chrome IOS -


I have a website that loads a jquery jjeg call to jje, call it one, leaving all browsers except chrome Works in iOS I found that my request is going to http: // localhost: 0 / chromecheckurl and I have no idea how to fix it.

  $ Ajax ({url: "http://www.example.com/api", data type: 'jsonp', type: 'gET', async: true, cache: false }). (Data) - # some code)  

There is a blog post on Neuril that talks about it, but there is no solution.

I really appreciate any help,

thanks


Comments