I've created a simple application with phonegap which consists in 2 html files (index.html and about.html)
Each of these files contains a single <div data-role="view">.
The index.html contains a button (<a href="about.html" data-role="button">)
If I put these files in a webserver they work correctly (the button when clicked navigates to the about.html page). However if I deploy these files through a phonegap application I get the following error message in LogCat (Android 2.2 emulator): TypeError: Result of expression 'd' [undefined] is not an object. at kendo.mobile.min.js:8
The sushi sample application suffered from the same error with it's "About" button when I deployed it through phonegap.
Is there a workaround this issue or any patch available?
Thanks
Each of these files contains a single <div data-role="view">.
The index.html contains a button (<a href="about.html" data-role="button">)
If I put these files in a webserver they work correctly (the button when clicked navigates to the about.html page). However if I deploy these files through a phonegap application I get the following error message in LogCat (Android 2.2 emulator): TypeError: Result of expression 'd' [undefined] is not an object. at kendo.mobile.min.js:8
The sushi sample application suffered from the same error with it's "About" button when I deployed it through phonegap.
Is there a workaround this issue or any patch available?
Thanks