是否可以在google glass的html模板上添加链接?
我希望用户点按时间线卡内的链接并转到网站。
由于 PREM
答案 0 :(得分:2)
虽然您无法直接打开链接,但您可以在时间卡中添加OPEN_URI
菜单项,其中包含payload
链接。
{
"html": "(your card html code here)",
"menuItems": [
{
"action": "OPEN_URI",
"payload": "(your link here)"
}
]
}
参考:https://developers.google.com/glass/v1/reference/timeline#menuItems.action