Using the provided Polymer 3 as defined here https://github.com/PolymerElements/app-media#app-media-devices-1 , the element isn't rendered properly and isn't showing up on the screen. The same issue occurs when trying to load the demo from the contributing section with polymer-cli
Expected outcome
A Web UI element that we could select the device (microphone)
Actual outcome
Nothing is shown on the Web Page. Running Chrome Debugger, we can see the present in the DOM. Further debugging using breakpoint in the app-media-devices.js, we can see that the devices property is set with the available audioinput. However, the html element doesn't have the devices attribute define.
Description
Using the provided Polymer 3 as defined here https://github.com/PolymerElements/app-media#app-media-devices-1 , the element isn't rendered properly and isn't showing up on the screen. The same issue occurs when trying to load the
demo
from the contributing section withpolymer-cli
Expected outcome
A Web UI element that we could select the device (microphone)
Actual outcome
Nothing is shown on the Web Page. Running Chrome Debugger, we can see the present in the DOM. Further debugging using breakpoint in the app-media-devices.js, we can see that the
devices
property is set with the availableaudioinput
. However, the html element doesn't have thedevices
attribute define.Live Demo
https://www.webcomponents.org/element/@polymer/app-media/demo/demo/index.html
Steps to reproduce
Browsers Affected