Skip to content Skip to sidebar Skip to footer
Showing posts with the label Html5 History

Html5 History Api Demo

I've been reading about the HTML5 history API and so far, I haven't found a simple working … Read more Html5 History Api Demo

Android Webview "location.replace" Doesn't Work

I have an Android webview with a page that redirects to another page, using location.replace(url). … Read more Android Webview "location.replace" Doesn't Work

Ajax With History.pushstate And Popstate - What Do I Do When Popstate State Property Is Null?

I'm trying out the HTML5 history API with ajax loading of content. I've got a bunch of tes… Read more Ajax With History.pushstate And Popstate - What Do I Do When Popstate State Property Is Null?

Angular Route With Html5mode Giving 'not Found' Page After Reload

I made some Angular routes as shown in the code bellow. app.config(function($routeProvider, $locati… Read more Angular Route With Html5mode Giving 'not Found' Page After Reload

Handling History Navigation Inside Iframe

I am building a navigation page that shows some contents inside an iframe. The requirement is that … Read more Handling History Navigation Inside Iframe