I am exploring the webview control and creating a rich text editor with Quill. I am accessing the Quill library API with several "Webview:eval(expr)" methods.
Is it possible to assign a specific function/event to the "Webview:eval(expr)" method - like "Webview:eval(expr, function)"? Currently every "Webview:eval(expr)" always calls the same "Webview:onResult(result)" event. At the moment I can only see from an application variable which actions are to be executed.
Or could you add another parameter to the "Webview:onResult(result)" event - Webview:eval(expr, option) - and pass this parameter to the "Webview:onResult(result, option)" event.