This is a migrated thread and some comments may be shown as answers.

GET request in simulator

2 Answers 58 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 19 Dec 2012, 01:16 PM

Hi,

An AJAX GET request doesn't work in the simulator.

Even a simple twitter request doesn't work:

lastRequest =
$.ajax("http://search.twitter.com/search.json", {
cache: false,
crossDomain: true,
data: {
q: ''
},
dataType: "jsonp",
jsonpCallback: "twitterCallback",
timeout: 3000
});

Any suggestions?

2 Answers, 1 is accepted

Sort by
0
OfficeHeart
Top achievements
Rank 1
answered on 19 Dec 2012, 04:40 PM
Never mind. I made a fault. You can delete this thread.
0
Jordan
Telerik team
answered on 19 Dec 2012, 07:16 PM
Hello Martin,

good that you figured that out :) here is a twitter search we made a while ago for similar question.

Feel free to adapt it for your case and good luck in your mobile adventures.

Greetings,
Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
AppBuilder Windows client
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
OfficeHeart
Top achievements
Rank 1
Jordan
Telerik team
Share this question
or