You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried to create a custom element (public/components/custom-paper-menu) containing only the paper-menu itself and putting in music.html but I get the same result.
EDIT: also refuses to run on Android (I think it's app related because I've built other app successfully these days)
[aapt] ERROR: unable to process assets while packaging '/home/manuel/__DEV/_test/meteor-polymer-music/.meteor/local/cordova-build/platforms/android/ant-build/CordovaApp.ap'
The text was updated successfully, but these errors were encountered:
May be it's as simple as a browser caching problem. By default, meteor set public files to never expires. So, don't forget to check "disable cache" in the network tab of the chrome dev tools (it's only active when the dev tools is open, so don't be afraid to check it)
Anthony
paper-menu is included in the bower_components folder which is created the first time I run your example (which works fine).
However if I try to add a with 2 inner items, as shown on https://elements.polymer-project.org/elements/paper-menu , nothing is rendered (in Chrome DevTools' console I can see the plain HTML as I wrote it).
I also tried to create a custom element (public/components/custom-paper-menu) containing only the paper-menu itself and putting in music.html but I get the same result.
Here is how I defined the custom element:
EDIT: also refuses to run on Android (I think it's app related because I've built other app successfully these days)
The text was updated successfully, but these errors were encountered: