toannguyendts

Results 3 comments of toannguyendts

![image](https://user-images.githubusercontent.com/46015468/124710263-b8f8da80-df26-11eb-9941-b678199da515.png) @jnschulze you can move your mouse to this area and scroll it. It cannot scroll box inside. It is working only outside

To call JS you can use: _windowWVController.executeScript("console.log('Hello javascript')") JS--> FLutter 1. In flutter, you must listen messages on stream _windowWVController.webMessage.listen((event) { /// Receive message from Webview print("On Message from Window...

I have solution for this. You must custom onPointerSignal of lib. By my way, I dont use `_controller._setScrollDelta` . I will use postMessage to my web apps. Then my webapps...