-
Currently, when we change page or reload it, the history of commands is lost. We should use local storage (html5 feature) to improve it.
Btw, shouldn't we use jQuery?
-
I'm trying to build this fork under Linux and I'm running into missing / wrongly set up third-party libraries.
I cloned the git repo:
```bash
git clone https://github.com/UnrealEngineHTML5/Unre…
Cygon updated
4 years ago
-
Using `mode === HASH` the method `_fixInitState` do nothing. I think it should set the hash to `this.prefix + hashInPathName`.
I would like to suggest a refactor like following on `_fixInitState`: ht…
-
There should be a `:sanitize` command optionally taking a list of things and a time range, which cleans up things then.
"things" mean:
- cookies
- cache
- icons
- HTML5 stuff
- history
-
can't rout in IE6\7\8\9 , it throw error say has no API form HTML5's history
-
load pages using Ajax (if protocol isn't "file:") and use the HTML5 History API if available.
right now changing from one page to another isn't smooth since sidebar closes and opens again..
-
The new HTML5 history API provides a [replaceState](https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser_history#The_replaceState%28%29.C2.A0method) method that does not create an ent…
-
If the router is used directly (as it is by design) and the browser does not support html5 history API it will break pre-rendered pages, because goog.History is using document.write if no input html e…
-
_Issue by **[dvanliere](https://github.com/dvanliere)** from 'Tue Jul 24 20:13:19 2012'_
_Originally opened as https://github.com/wikimedia/limn/issues/22_
---
Support undo & redo based on HTML5 His…
drdee updated
11 years ago
-
It'd be nice to have an option to turn on/off the creation of browser history entries. Unless I'm missing something, right now, when I type "t-e-s-t" into the global search input field, I get 4 entrie…