Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Styling Native Input In Polymer 2.x?

I am trying to implement this answer. Is there any way to bind an on-click or on-tap event of a to… Read more Styling Native Input In Polymer 2.x?

Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

When testing our polymer 2.01 / webcomponents 1.01 Application on Internet Explorer 11 we found out… Read more Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

Core-scroll-header-panel + Jquery Scroll

Using Google Polymer, I am attempting to animate the scrolling of the content of my core-scroll-hea… Read more Core-scroll-header-panel + Jquery Scroll

Applying Behaviors With Js Mixins In Polymer 2

I want a custom element I'm defining to have the Polymer.IronScrollTargetBehavior in Polymer 2.… Read more Applying Behaviors With Js Mixins In Polymer 2

Different Current Target Using On-tap On Paper-button With Iron-icons

Why current target on-tap is different using paper-button with iron-icons and paper-button without … Read more Different Current Target Using On-tap On Paper-button With Iron-icons

Polymer 1.0 Dynamic Template With Dom-repeat

I have a scenario where I would like to create dynamic template elements that will be used with Pol… Read more Polymer 1.0 Dynamic Template With Dom-repeat

How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

I have html page using polymer builtin elements along with my customElement(my-form) … Read more How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

Polymer Get Element By Id From Shadow Root

I am not able to get an element by id that is in the shadow root. It will return nil. Here is the c… Read more Polymer Get Element By Id From Shadow Root