PolymerElements / app-route

A modular client-side router

Home Page:https://www.polymer-project.org/1.0/articles/routing.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to override iron-location's dwellTime?

chajath opened this issue · comments

Description

Sometimes, when navigation is initiated by this.set("route.path", ...), current location is not recorded in browser nav stack if the navigation is made under the default dwell time of 2 seconds.

Expected outcome

A way to override default dwell time behavior.

Actual outcome

No viable alternative to sticking to the default dwell time, or firing navigation event to window.

I see there are at least three PRs to add this: #135, #184, #213

Could any of polymer team look at them and merge the PR please?

revived and merged #135