PolymerElements / app-route

A modular client-side router
https://www.polymer-project.org/1.0/articles/routing.html
146 stars 66 forks source link

Any way to override iron-location's dwellTime? #217

Closed chajath closed 6 years ago

chajath commented 6 years ago

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.

chajath commented 6 years ago

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?

aarondrabeck commented 6 years ago

+1

e111077 commented 6 years ago

revived and merged #135