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

Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

I am having an issue with the rendered html for a simple paper-dropdown-menu. The list items do not… Read more Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

Relative Paths To File Issue In Deploying An App

I have a polymer app that I'm deploying to Google App Engine. It is step-2 of the beginner poly… Read more Relative Paths To File Issue In Deploying An App

How To Check If A Browser Supports Polymer?

How am I able to check (JS or HTML code) whether Polymer is supported by the current browser or not… Read more How To Check If A Browser Supports Polymer?

Stretch Image In Iron-image Element

I have an element inside a div : . The image is 315px in width and 237px height. I Solution 1: I … Read more Stretch Image In Iron-image Element

Content Within Div Won't Fill Available Space Without Specifying Height

I have a page that is separated vertically into two panes. The left side layout is fine but I am h… Read more Content Within Div Won't Fill Available Space Without Specifying Height

Polymer 1.0 On Firefox Referenceerror: Polymer Is Not Defined

Hello I have a working Polymer 1.0 web page on Chrome and Opera. Now I need the page to run in Fire… Read more Polymer 1.0 On Firefox Referenceerror: Polymer Is Not Defined

Paper-input: Suggest Values In Typeahead

Is there an easy way to implement a typeahead using Polymer's element? The HTML tag seems to … Read more Paper-input: Suggest Values In Typeahead

Polymer Use Function Validation On Core-input

Can someone explain me how to use the function validation of this Polymer element (navigate to the … Read more Polymer Use Function Validation On Core-input

Using Paper Datatable In Angular2

I have been struggling for quiet a while about using paper-data-table (paper data table by David Mu… Read more Using Paper Datatable In Angular2

Cannot Remove Overlapping Box-shadow

More specifically, i'm using polymer paper-shadow. I'm trying to remove two sides of a pape… Read more Cannot Remove Overlapping Box-shadow

Disqus Comments Don't Work In A Polymer Custom Element

I don't know how to make a disqus comments code to work inside of my custom elements. Structu… Read more Disqus Comments Don't Work In A Polymer Custom Element

Href To Another Element Does Not Work In Polymer

I created a project using the Polymer Starter Kit, with its app-router. My my-app.html has the sele… Read more Href To Another Element Does Not Work In Polymer

Polymer Data-binding: How To Access Data In Nested Template?

I want to implement a page containing a paper-tabs, with each tab showing a list of items according… Read more Polymer Data-binding: How To Access Data In Nested Template?

Svg Tag Doesn't Work Within Polymer Component In Firefox

Here is an example: http://miriti.ru/svgtest/ If you'll look at this example in any browser you… Read more Svg Tag Doesn't Work Within Polymer Component In Firefox

How To Handle Input With Polymer, Without Blue Border Tab Focus?

Edit 2: Keypress events working, on this jsbin: http://jsbin.com/foyile/1/. The problem is, I need … Read more How To Handle Input With Polymer, Without Blue Border Tab Focus?

Shadow-root Sibling Elements Disappear On Attachshadow() Call

When I call host.attachShadow({mode: 'open'}) on a div containing a few elements inside, th… Read more Shadow-root Sibling Elements Disappear On Attachshadow() Call

Passing Custom Css To Polymer Element

I would like to be able to pass CSS width to my custom element's shadow DOM. The custom element… Read more Passing Custom Css To Polymer Element

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?

Html Import Not Working In Chrome

According to this article, it is possible to use HTML Imports via Polymer on browsers other than th… Read more Html Import Not Working In Chrome

How To Display Html Inside Template?

I have polymer-element: example By default templates is not allowed to insert html. This sample i… Read more How To Display Html Inside Template?