From 3006552b2ccc4df24969da4ddafab0c404b9636a Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 5 May 2023 12:52:45 +0100 Subject: [PATCH] fix for android web remote --- android.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android.html b/android.html index f1bdf9289..3ecb442aa 100644 --- a/android.html +++ b/android.html @@ -232,7 +232,7 @@ if (typeof Android!=="undefined") { if (writecb) setTimeout(writecb,10); }, close : function() {}, - on : function(evt,cb) { handlers[evt] = cb; }, + on : function(evt,cb) { connection.handlers[evt] = cb; }, received : "", hadData : false, handlers : []