Questions tagged [google-web-component]

A collection of web components for Google APIs & services. Built with Polymer.

Google Web Components is a set of pre-made web components specifically made for Google services such as maps and Oauth. They are made to be used along with Polymer, and designed to be easy to use.

Official Google Web Components Project Page

Examples

To insert a Google Map:

<google-map></google-map>

Related tags

51 questions
0
votes
0 answers

Google-Webcomponents - YouTube sign-in fails

I am trying to implement a YouTube upload feature on my website, I would like to accomplish this using Google's webcomponent. But when I try to sign in using only a YouTube channel - which also is available as a login option…
Wibbmer
  • 1
  • 3
0
votes
1 answer

Polymer 1.0 google-analytics-query: Nothing is showing up

I am trying to develop a dashboard for my client where I have to use several google web components. My first approach is to show up a simple analytic query for which I am using this:
0
votes
0 answers

Nested polymer templates select issue

Settings: Using Polymer 1.0. Inside a dom-repeat there is a select tag and inside this, there are a couple of options, which i want to list from an array. The issue: It's working perfectly fine on Chrome based browsers, but in IE, Safari or Firefox…
0
votes
2 answers