From 2c3dc827e1608da05eecf25ff3c6b816513a9ded Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sat, 15 Jan 2022 01:26:57 +0100 Subject: [PATCH] index: disable acrcard conditionally This is fairly weird - it looks the same as on all the other versions, but seems to fail on 3.x. Since facebooklogin is working here perfectly fine already, we can just drop that entrypoint there. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ae155e9..24ce836 100644 --- a/index.html +++ b/index.html @@ -186,7 +186,8 @@ params: { server: url.replace('http://', '').replace('https://', '') + "#" }, }, "com.webos.app.acrcard": { - priority: 2000, + // acrcard is broken on 3.x? worth debugging. + priority: (navigator.userAgent.indexOf("Chrome/38.0") !== -1) ? -1000 : 2000, params: { contentTarget: url }, }, "com.webos.app.alibaba": {