AMP JS更新是否破坏了ON属性?

时间:2018-05-31 08:03:32

标签: amp-html

我们新的AMP HTML网站的本地开发实例一直顺利进行到今天。我们的Firebase实例上次更新于5月23日,但今天我们的本地网站和托管网站都存在ON属性问题:

on="tap:AMP.navigateTo(url='https://my_url')"

不会触发带有ON属性的按钮元素,错误为:

Uncaught TypeError: Cannot read property 'length' of undefined
at Ga (string.js:79)
at nk.f.handleAmpTarget (resources-impl.js:1513)
at Kg (v0.js:158)
at l (v0.js:157)
at v0.js:157
at Array.forEach (<anonymous>)
at Jg (v0.js:157)
at Fg.f.trigger (event-helper.js:66)
at HTMLDocument.<anonymous> (priority-queue.js:99)

我是否一直在等待Google的AMP团队解决此问题,或者我能做些什么?

1 个答案:

答案 0 :(得分:0)

已确认对AMP JS的更改破坏了导航功能。此问题已解决。 https://github.com/ampproject/amphtml/issues/15695