I use crosswalk 5.34.104.5 to build Android app.
After executing
location.href = '/another_page.html'
in index.html, which is a entry point defined by manifest.json, empty alert pops up and blank page appears.
another_page.html
is located in the same directory as index.html
(i.e. it is in apk file whose path is assets/www/another_page.html
relative to apk's root)
and is not served over network.
How can I achieve intended location transition?