I faced a Ajax call errorĀ in Windows Phone with Phonegap. When I tried to send some day using Ajax in PhoneGap I got this error message always "No Transport". I always got same error message saying "No Transport". Then I started web search and found out a solution. Some of them saying Windows Phone IE9 browser won't support cross domain AJAX requests. (Ajax request is not working in Windows Phone and PhoneGap)
Solution is :- we have to add this line before ajax call function $.support.cors =...
More