TimJ

Results 23 comments of TimJ

And Polymer 3? :)

Did you install with bower and with it all dependencies? Looks like something could be missing there.

This should refer to https://github.com/PolymerElements/app-route/issues/112

Having the same problem and no solution yet. It seems like the observers in `app-route-converter-behavior` are not firing to update the route, as there is no `_locationChanged`. Is there a...

+1 Same here, it's not loaded after page refresh. Anything wrong? Session key is the same and I can also see it in Chrome dev tools.

> I've finally make it work. In my case, I'm using the `` on a `` element. After many tests I noticed that I had to wait the `` to...

I have a similar problem. Did you try to remove `scroll-action="lock"` For me it works then. Of course this is not the solution but might bring is closer :)

Sorry, must have been blind when reading your post :) Following the code of scroll-action="lock" I get to this function: https://github.com/PolymerElements/iron-overlay-behavior/blob/39739ebb3992a5e716b482c5902aa40dd31fb806/iron-scroll-manager.js#L202 It is called to prevent the scrolling. It should...