Open astanley opened 12 years ago
this sounds like a ripple bug to me. Should we move it there?
Nah, I think this is an application issue. Here is the logic for the home button
function goHome() { window.location = "/index.html"; }
The "home" path should be dynamic based on the current environment. Eg. open the following in a browser and press the home button (=wrong page).
http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/css3/fonts.html
Ah, got it. K, just checking :-)
Home button redirects to the / path, which works as expected for content operating within a WebWorks application, but not in Ripple (404 errors or wrong paths).