I'm having a page navigation problem similar to that I've seen already mentioned. I created a simple app with two pages, containing navigation buttons to move between the two pages. It works fine in Test mode, and the apk binary works OK as well.
However, I exported the HTML/JS/CSS files but encountered a problem with navigation in the source. When I load either page in the browser, I cannot navigate to the other page using the button. It generates the alert "Error Loading Page." All files seem to be in the correct locations, including the screen_x.js files, and the the screen name variables in the js files seem to be correct. Can you suggest what I should look at? Thanks.