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

Simulator is not working after update to v1.2

2 Answers 30 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tonci
Top achievements
Rank 2
Tonci asked on 06 Feb 2013, 10:10 AM
After Icenium update to v1.2 simulator in Graphity and Mist is not working. 
I see only black screeen in my project PlavetniloMobile.

I created new project CroatiaCharter with copy of files from project PlavetniloMobile as explained in this workarond but it is not working for me http://www.icenium.com/community/forums/report-a-bug-/export-not-working-on-my-project#P0peQG0BeEqgqA1JR2wXuw

Please Help!

2 Answers, 1 is accepted

Sort by
0
Accepted
Tonci
Top achievements
Rank 2
answered on 06 Feb 2013, 10:28 AM
Hello,

 Sorry for the caused inconvenience. We've identified the problem that you are experiencing in the simulators. A hot-fix will be pushed shortly but until then you can workaround this problem following these steps:

 1. Open the index.html and go to the line that includes cordova.js. (<script src="cordova.js"></script>)
 2. Enter the following code right after it.


<script>
    require = undefined;
    define = undefined;
</script>

This is a temporary solution that should make your project work in the simulators correctly. After we push the hot-fix we are preparing, you should be able to safely remove this workaround.

Accept our apologies for any inconvenience we may have caused you.  

Kind regards,
Deyan Varchev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Tonci
Top achievements
Rank 2
answered on 06 Feb 2013, 10:36 AM
Simulator is working now.

Your support is great!
Tags
Report a bug
Asked by
Tonci
Top achievements
Rank 2
Answers by
Tonci
Top achievements
Rank 2
Share this question
or