Questions tagged [polymer-3.x]
294 questions
0
votes
2 answers
How to properly define a path to node_modules with polymer 3
How should I define an import section inside my WebComponent with polymer 3.
Currenty I have:
import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
and my catalogs structure looks like:
and I'm getting an error:
(index):7 GET…

Piotr Treska
- 63
- 1
- 5
0
votes
1 answer
Add image to website on Polymer 3.0
I am new at Polymer (started today :) ). I want to add an image to app-drawer, however using is not working, I tried to install and use iron-image but I could not include because imports need to be js file and iron-image does not include js, only…

darkstartcoder
- 11
- 2
-1
votes
1 answer
how to hide drop down list in poymer-js
I need to hide dropdown-menu. i tried .hidden property but it is not working
…

Satyam Kumar
- 1
- 1
-1
votes
1 answer
How to integrate nuxeo polymer 3 elements in angular app?
I've built an Angular 6 app, and I need to include my Nuxeo Polymer 3 Elements (like this one https://github.com/nuxeo/nuxeo-elements/blob/master/core/nuxeo-search.js).
How could I have something like:
…

Mat Cloud
- 123
- 1
- 1
- 6
-1
votes
1 answer
Audio analysis with javascript + octave, 'different result of channel data between audiocontext decoder and octave'?
I'm developing a webapp for audio calibration using google polymer 3. Some process are running well untill I realized the audio channel data result is different to the expectation. I reference my expectation result to the octave software.
I created…

Mahdi Ridho
- 264
- 1
- 8
-1
votes
2 answers
What is a proper replacement of paper-menu and paper-submenu in Polymer 3?
I have a polymer 1 application that used paper-menu and paper-submenu. I am rewriting it in Polymer 3. What is the general consensus for its replacement? I have searched for this and have found nothing. It would be good if the documentation for…

Loren Cahlander
- 1,257
- 1
- 10
- 24
-1
votes
1 answer
Extends paper input in Polymer 3
im trying extends the paper-input component from Polymer 3 like documentation says but i cant.
https://polymer-library.polymer-project.org/3.0/docs/devguide/dom-template#inherit
In the next example you can try using the snippet. The problem is the…

terribleWeb
- 141
- 2
- 7
-1
votes
1 answer
polymer 3 build --> custom element js not available
I have a polymer 3 app created with polymer init
There I have some custum elements. In my my-app.js I importet the custom element js and used the element there.
Everything works but if I build the app with polymer build the custom element js file…

sandermann
- 21
- 4
-1
votes
1 answer
Polymer 3 - Google Maps files missing
I am having the same issue as Polymer 3 - Google Maps. After reading the above thread, I seem to be missing the two files google-apis/google-maps-api.js and google-map-marker.js.
In the hope it would download all the dependent files for Google Maps…

Cipher7
- 1