thank you for developing this package. It has really large set of functionalities and it's well documented.
But I miss one thing: how can I bilateral communication using Javascript channels? There is no property for that in WebViewX widget. My use case is: on website there is postMessage call, which I have to capture. How can I achieve it with this package?
Of course I found TestDartCallback in example, but in my case I won't have option to edit website code to add these callbacks.
Hello,
thank you for developing this package. It has really large set of functionalities and it's well documented.
But I miss one thing: how can I bilateral communication using Javascript channels? There is no property for that in WebViewX widget. My use case is: on website there is postMessage call, which I have to capture. How can I achieve it with this package?
Of course I found TestDartCallback in example, but in my case I won't have option to edit website code to add these callbacks.