PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

The polymer-cli demo isn't working #65

Closed pizzqc closed 3 years ago

pizzqc commented 3 years ago

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 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.

Live Demo

https://www.webcomponents.org/element/@polymer/app-media/demo/demo/index.html

Steps to reproduce

  1. Run the polymer-cli demo as suggested on the home page

Browsers Affected