Giter VIP home page Giter VIP logo

Comments (10)

ktryndchrs avatar ktryndchrs commented on May 13, 2024

Thank you a lot !

from senna.js.

afonsof avatar afonsof commented on May 13, 2024

@katrynvonfelsen I guess its because IE9 is not compatible with History API. Take a look: http://caniuse.com/#search=history

from senna.js.

eduardolundgren avatar eduardolundgren commented on May 13, 2024

It works on browsers that supports HTML5 History. The idea is to build a website that fully work without pushState, then on browsers that supports you can turn Senna on and it will speed up.

from senna.js.

ktryndchrs avatar ktryndchrs commented on May 13, 2024

After a few search… I think that BBQ plugin that dows a kind of "pushState" that work on IE9

http://benalman.com/code/projects/jquery-bbq/examples/fragment-basic/

Even Microsoft talk about it on his dev devsite
http://msdn.microsoft.com/en-us/library/hh404077.aspx

But nothing more…

from senna.js.

eduardolundgren avatar eduardolundgren commented on May 13, 2024

They do that using #hashes which is a not the idea of Senna. It promotes progressive enhancement without compromising other aspects, such as SEO. Using Senna in a browser without pushState support the website should still work with regular full page refreshes.

from senna.js.

ktryndchrs avatar ktryndchrs commented on May 13, 2024

I know… I used to make a website that where using normal urls with full pages and with JS, I as reinterpreting the comportment and do an ajax out of it… And it was still quite fast…

from senna.js.

ktryndchrs avatar ktryndchrs commented on May 13, 2024

I hate MS btw… There must be a way to make that work in IE9………

from senna.js.

eduardolundgren avatar eduardolundgren commented on May 13, 2024

It can work on IE if adds #hash support. It's not on our plans to support that, but feel free to give a try. Let us know.

from senna.js.

eduardolundgren avatar eduardolundgren commented on May 13, 2024

I am closing this issue for now since we don't have plans for adding #hash navigation support. Thank you for reporting.

from senna.js.

eduardolundgren avatar eduardolundgren commented on May 13, 2024

By the way, it works on IE10+, http://caniuse.com/#search=pushstate.

from senna.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.