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

Since last upddate the simulator does not work when the software performs a synchronous call to an external service.

2 Answers 24 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.
Developers
Top achievements
Rank 1
Developers asked on 28 Jun 2013, 03:57 PM
Hi,

since the last update the simulator not working properly. Trying to find the problem I think that the simulator crash when the software performs a synchronous call to an external service.

$.ajax({
type: verb,
url: path,
data: options,
dataType: "json",
async: false   // Async = true -> the simulator works fine
})


The simulator reports a blank screen and does not produce any output.
The debug and the refresh button don't work.

After this, if I try to open another project and run, the simulator is not working with any of the existing projects.

The application works fine on android and IOS devices.

Thanks for your help

2 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 02 Jul 2013, 02:44 PM
Hi,

We've identified the problem that you've hit and it is related only to iOS Simulator. A hot-fix will be pushed shortly but until then you can use Android Simulator for testing.

Please excuse us for the temporary inconvenience. We've updated your Telerik points for bringing this problem to our attention.

Regards,
Ivan Ivanov
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
0
Developers
Top achievements
Rank 1
answered on 03 Jul 2013, 08:42 AM
Thank you for your response.

By default Graphite open the elmulator with iphone device, but once it has stopped working can not select an android device.

To solve this problem I started a sample application (Cross-Platform device application blank) and then select the output device android. Once done you can load the project and run on android device without any problems.

thanks
Tags
AppBuilder Windows client
Asked by
Developers
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Developers
Top achievements
Rank 1
Share this question
or