erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

300ms delay #116

Closed matteocrippa closed 8 years ago

matteocrippa commented 9 years ago

Is it possible that app-router suffer of the infamous 300ms delay if you use it from a mobile device?

I'm experiencing some issue when using it in eg. android. Using on-tap seems not to override the problem and each time I try to change from a link to another it seems to freeze for some ms and then start working fine.

Do you have any idea in how to fix?

erikringsmuth commented 9 years ago

The router wouldn't be affected by the tap delay. The router doesn't start doing anything until the URL changes and the tap delay wouldn't change the URL for 300ms.

If you're seeing a delay after the URL changes, then there might be something related to the router. I haven't seen anything like this though so I'm not sure how you'd go about debugging it.