我们新的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团队解决此问题,或者我能做些什么?