second page won't display, comes up blank all the time
I upgraded my Android application from cordova-1.6.1 to cordova-2.5.0. Also, I upgraded from jquery.mobile-1.1.0 to jquery.mobile-1.3.0.js. I'm runing my application on Android 2.3.3. The first page, index.html is a splash screen, which after 3 seconds goes to a page login.html. The first page, splash page, displays correct but the second page comes up blank, even if I link to another page off the first page. This all worked before my upgrade(s). I went one step further and copied all of my login.html page content to the index.html, and it displayed my login form correct. Then whatever the next page is to be displayed it comes up blank. Here is the includes I'm working with:
<script src="jquery.mobile/jquery-1.9.0.js"></script> <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.0.css" /> <script src="jquery.mobile/jquery.mobile-1.3.0.js"></script> <script type="text/javascript" charset="utf-8" src="javascripts/cordova-2.5.0.js"></script> <script type="text/javascript" charset="utf-8" src="javascripts/DBAdapter.js"></script>