- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Im trying to build an app with kendo mobile framework, but it returns error when I run it in simulator:
Cannot redefine property: cordova
Some ideia about what happening? My starting code is:
function onAppReady() { if( navigator.splashscreen && navigator.splashscreen.hide ) { // Cordova API detected navigator.splashscreen.hide() ; } app.mobileApp = new kendo.mobile.Application(document.body, { initial: 'components/myView/view.html' }); } document.addEventListener("app.Ready", onAppReady, false) ;
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed after changing my header in view.html from:
<header data-role="header> </header>
To this:
<div data-role="header> </div>
Seems that something related to kendo layout..

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page