I am trying use amp-script to count pageviews in standalone mode.
(我正在尝试使用amp-script在独立模式下计算综合浏览量。)
The plain javascript method using (普通的javascript方法使用)
window.matchMedia('(display-mode: standalone)').matches
doesn't work, it generates the window.matchMedia is not a function error messsage.
(不起作用,它将生成window.matchMedia不是函数错误消息。)
Any ideea? (有什么想法吗?)
ask by Varadinet translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…