Polymer Access custom-element event on another page

0

I wonder if they know how to access the custom-element methods invoked on another page. For example, execute my-app.html from openDrawer() of paper-drawer-panel that was invoked on another page in a iron-page taking into account that you are using the starter-kit from Polymer

    
asked by Christian Gimenez 19.12.2016 в 17:10
source

1 answer

0

To communicate two pages you can use WebSockets . You should create your own custom-elements that implement that functionality.

    
answered by 19.12.2016 в 18:16