Trying to implement Google's Fast Button

前端 未结 1 1562
离开以前
离开以前 2020-12-30 07:12

I\'m trying to implement Google\'s Fast button for the mobile touch events, and I seem to be stuck. I\'m trying to set it up so that I can make links into fastbuttons, but

1条回答
  •  余生分开走
    2020-12-30 08:04

    Try calling the constructor with new?

    new FastButton(el, function() {});

    0 讨论(0)
提交回复
热议问题