Is Ajax Request supported in android(4.0 +). If so please provide some help. I need to call ajax from android WebView using javascript.
Asked
Active
Viewed 359 times
2
-
as far as I know it is not supported, you might need to work with Jquery – nsgulliver Jan 30 '13 at 14:58
-
@Jithu what do you want to do exactly? What kind of ajax request you want to do from WebView? Why can't you use just usual request from android without WebView to same host? – Mikita Belahlazau Jan 30 '13 at 15:11
-
@gulliver007 Could you please give more details on working with Jquery. I have used Jquery ajax, but the response was not "success". – Jithu.S Feb 06 '13 at 12:09