问题标签 [google-web-component]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-visualization - 在里面不起作用
<google-chart> element is not working for me (does not display anything) when inside <template> (<template is="dom-bind"> on the main document or in other element's <temp
<google-chart> element is not working for me (does not display anything) when inside <template> (<template is="dom-bind"> on the main document or in other element's <template>). On the other hand it works when I put it outside <template is="dom-bind"> on the main document.
https://jsbin.com/fivamu/edit?html,output
How to play a lot of sounds in background of an activity?
For example, I want to play 3 songs. When the 1st song ends, the 2nd song begins, and when the 2nd song ends, the 3rd song begins, and when the 3rd song ends, the 1st song begins again and so on. Is the mp.setOnCompletionListener
used here?
<google-chart> element is not working for me (does not display anything) when inside <template> (<template is="dom-bind"> on the main document or in other element's <temp
<google-chart> element is not working for me (does not display anything) when inside <template> (<template is="dom-bind"> on the main document or in other element's <template>). On the other hand it works when I put it outside <template is="dom-bind"> on the main document.
https://jsbin.com/fivamu/edit?html,output
How to play a lot of sounds in background of an activity?
For example, I want to play 3 songs. When the 1st song ends, the 2nd song begins, and when the 2nd song ends, the 3rd song begins, and when the 3rd song ends, the 1st song begins again and so on. Is the mp.setOnCompletionListener
used here?
google-visualization - 在 Polymer Google Web 组件中使用 DateTime
我正在使用该google-chart
组件并想DateTime
在我的一个专栏中使用 a 。我不知道如何传递价值。我的代码如下所示:
上面代码中的“DateTime”是我最近的尝试,它也不起作用。我尝试了多个不同的版本(例如"2012-04-21T18:25:43-05:00"
,,DateTime("Mon, 25 Dec 1995 13:30:00 GMT")
...)。
全部失败并显示以下错误消息:
错误:类型不匹配。值 2012-03-19T07:22:00Z 与列索引 0 中的类型日期时间不匹配
如果有人能告诉我如何传递一个值,我将不胜感激。
javascript - 聚合物无输出
我正在尝试学习 Polymer,但我无法让它发挥作用。
我创建的新元素没有显示除 DOM 元素之外的任何输出
请检查以下我的代码:
索引.html
dom-element.html
你好-world.html
这是输出:我是一个 DOM 元素。这是我的本地 DOM!
javascript - Polymer 谷歌地图标记点击事件
使用 Polymer Web 组件时,我正在寻找谷歌地图标记的点击事件。我看过这个SO question
,但我的代码略有不同,可能会搞砸。我在我的标记中使用了一个模板 is="dom-repeat",以便我可以使用 places API 进行搜索。这是我的代码<map-element></map-element>
。问题是我怎样才能markerClicked
开火?on-google-map-marker-click
似乎没有工作:
javascript - 嵌套聚合物模板选择问题
设置:使用 Polymer 1.0。在 dom-repeat 里面有一个 select 标签,里面有几个选项,我想从一个数组中列出。
问题:它在基于 Chrome 的浏览器上运行良好,但在 IE、Safari 或 Firefox 中(请参阅我的问题:http: //i.imgur.com/Eg0T2bq.png ?1 )在第二个模板中没有任何内容,不是一个选项。
来源:使用此代码:
任何帮助表示赞赏!
javascript - Polymer Lifecycle:为什么在“附加”回调中尚未从 DOM 属性加载属性?
我很难理解聚合物元素的生命周期。
假设我有一个具有单个属性的自定义元素fooBar
。并假设我fooBar
像这样将属性设置为属性。
现在假设我想fooBar
在元素生命周期创建期间以编程方式将其用作属性。所以类似的东西。
据我所知,元素属性 fooBar 不会从 DOM 属性 fooBar 加载,直到两者ready
都attached
被调用之后。即使我从准备好的和附加的回调中调用 async也是如此。
谁能解释(1)元素属性在生命周期中从DOM属性导入的位置以及(2)如何以编程方式访问这些属性以对元素进行一些设置工作?
google-analytics - Polymer 1.0 google-analytics-query:什么都没有显示
我正在尝试为我的客户开发一个仪表板,我必须在其中使用几个google web components
. 我的第一种方法是显示一个analytic query
我正在使用的简单方法:
但是什么都看不见!我指的是https://elements.polymer-project.org/elements/google-analytics?active=google-analytics-query
怎么了?
更新
我还尝试了以下代码来渲染google-analytics-chart
输出,结果是一个大白框。
json - 使用带有 iron-component-page 的预编译 JSON 描述符
我的主要目标是为我的 Rest API 制作文档,而不是为 Web 组件制作文档。
我正在尝试使用 Polymer iron-component-page并将文档写入单独的文件中。iron-component-page有一个属性叫做docSrc
-
预编译 JSON 描述符的 URL ....
我在任何地方都找不到什么是预编译的 JSON 描述符,或者它有什么属性,我将自己编写这些信息。
谢谢你,诺姆
google-maps - 通过使用数据绑定迭代数组来生成谷歌地图标记,为什么我会丢失我的信息窗口和/或数据更新时的点击事件?
针对 git://github.com/GoogleWebComponents/google-map.git#* 使用 google-map v1.1.10
我像这样建立我的标记:
在初始加载 web 应用程序时,一切运行良好。我可以单击标记,信息窗口会显示内容。但是,如果我更改站点数组中的任何值,我似乎会丢失信息窗口和/或点击事件。我必须刷新浏览器才能回到我的初始状态(点击显示信息窗口)。
此外,如果我更改纬度/经度并且悬停显示工具提示,标记位置将完美更新。标题,也恰如其分。
我添加了一个单击事件,该事件调用了一个 console.log 到单击事件。在 {{sites}} 绑定中更改值之前,它运行良好,所以当谷歌地图更新自身时,我似乎丢失了点击事件?
此元素中没有脚本。
如果我可以提供更多信息,请告诉我。
在此先感谢,斯科特
google-web-component - Google-Webcomponents - YouTube 登录失败
我正在尝试在我的网站上实现 YouTube 上传功能,我想使用 Google 的<google-youtube-upload>
webcomponent 来实现这一点。
但是,当我尝试仅使用 YouTube 频道(也可作为登录选项)登录时,它会Object {type: "tokenFailed", idpId: "google", error: "USER_LOGGED_OUT"}
在 chrome 的控制台中显示。
如果我使用具有与之关联的同名 YouTube 频道的 Google+ 帐户登录,它工作得很好。
不能只使用 YouTube 频道进行授权吗?还是我只是错过了什么?
提前致谢。