Eerey Solutions

Results 22 comments of Eerey Solutions

Another point of interest: `webview.cc` line 515++ ```cc host_->CreateWebViewPointerInfo( [this, pointer, event, pointerFlags, point, rect, pressure]( wil::com_ptr pointerInfo, std::unique_ptr error) { if (pointerInfo) { ICoreWebView2PointerInfo* pInfo = pointerInfo.get(); pInfo->put_PointerId(pointer); pInfo->put_PointerKind(PT_TOUCH);...

Here's a very plain workaround-widget for the issue. Keep in mind that this should be seen as a `workaround hack` and _**not as a solution.**_ Usage: ```dart WebviewTouchWrapper( child: Webview(ctrl),...

It also seems to conflict with `Draggable`. Similar issue with that. It seems like the `globalToLocal`-calculation or something like that is not correct.

It's a requirement for my current project. Hoping to see it soon.

> need support in this issue... but no any update Use this: [sensuikan1973](https://github.com/sensuikan1973) commented [on 27 Jul] > https://pub.dev/packages/pasteboard is helpful.

@gslender Flutter is also a framework that is highly driven by the community. Did you try [pasteboard](https://pub.dev/packages/pasteboard) ? In my case, it works flawlessly.

> have you get a solution yet? No, sadly. Currently we use an external Virtual Keyboard that is not part of the main flutter app.

@maciola did you solve this issue? How did you implement it?