-- @/=[C]:-1
function queueWebViewJS(...)
--print('call(' .. tostring(self.webViewTag) .. ',' .. tostring(jsMethod) .. ',' .. dumps(data) .. ')')
obj:queueWebViewJS(self.webViewTag, string.format("%s(%s)", jsMethod, jsonEncode(data)))
end
local jsCmd = string.format("%s(%s)", jsMethod, jsonEncode(data))
obj:queueWebViewJS(webViewTag, jsCmd)
end