diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui index 3646c63..c99797e 100644 --- a/wwwroot/qr_scan.ui +++ b/wwwroot/qr_scan.ui @@ -5,10 +5,9 @@ { "wid": "self", "event": "recognized", - "actiontype": "newwindow", - "options": { - "url": "${text}" - } + "actiontype": "script", + "target": "self", + "script": "window.open('${text}', '_blank');" }, { "wid": "self",