Questions tagged as 'polymer'

1
answer

Apply CSS styles to Light DOM (shadow DOM) in custom element HTML5

I have read all the documentation about web components and according to the standards it is not possible to apply isolated CSS styles (shadow) to the elements that the user introduces within a custom element (light DOM), that is, the content tha...
asked by 04.11.2017 / 10:38
0
answers

What is the best way to generate the APK file of a project in polymer V1.0

I'm looking for a way to generate a .apk from a polymer project. I am working with version 1.0 specifically of the PSK generated with yeoman: yo polymer . I have tried with cordova and also with the project generated with yeoman: yo...
asked by 16.03.2016 / 21:31
1
answer

Import Polymer with Bower in Django

I'm using cloud9, and I have a project in Django where I have to perform the view with Polymer. I follow the bower installation manual: link I install bower correctly, and I install polymer (google maps) with bower correctly (I see that the...
asked by 24.05.2016 / 19:10
1
answer

How to pass the id of an html tag to a property of a polymer element?

I'm starting with this polymer and to start learning to create a Polymer2.0 app that serves as a kind of yellow pages. 1- I have this element guiame-app where the iron-pages are defined: <iron-pages selected="[[page]]" attr-for-s...
asked by 15.06.2017 / 17:27
0
answers

Fontawesome in polymer 2

When I try to load the fontawesome script into a polymer 2 component I can not see the icons. This is what I do: <link rel="import" href="../../bower_components/polymer/polymer-element.html"> <script defer src="https://use.fontawesome...
asked by 02.02.2018 / 23:29
1
answer

Laravel + Polymer | I can not import html from a web components

I'm using LaravelCollective, {!! Html::style('http://localhost/prueba/bower_components/paper-button/paper-button.html', array('rel' => 'import')) !!} I get the following error in the browser console:    (Imported resource from origin...
asked by 10.08.2016 / 21:05
0
answers

how to use Polymer Cli and PHP together

Greetings to all. A few weeks ago I started to explore, learn and use Polymer 3.x, I really like everything, but I have this GREAT doubt about how to use Polymer Cli during development, in conjunction with Xampp / Apache / PHP for the ajax re...
asked by 27.11.2018 / 04:06
1
answer

I can not display the elements of in my vaddin-grid

I'm using vaadin-grid, where I have to show a list that is stored in statusReservedList , but it does not show anything even though the results of the fix are in the console, some idea to see what the problem is, thanks . <vaadin-grid...
asked by 02.08.2018 / 14:00
1
answer

I get "Can not read property 'apply' of undefined" by passing an array to "dom-repeat"

When a dom-repeat passes an array that is inside an object, I receive this error: "Cannot read property 'apply' of undefined" This is the code: <link rel="import" href="../bower_components/polymer/polymer.html"> <dom-m...
asked by 06.06.2018 / 15:27
1
answer

Polymer - Firebase: iterate over Firebase data

Good morning, I have this data in firebase: Under each year_mes the key is the ID of each user that has been registered in that month and what I want to do is in a "parent" component to get a list of all users and then in the child compone...
asked by 07.12.2016 / 16:20