Eerey Solutions

Results 22 comments of Eerey Solutions

My current solution is to load `jquery` and manipulate the input-values. But this feels very insecure and not clean at all.

Is it possible to expose javascript-variables to dart/flutter?

@jnschulze do you think it's possible to inject an entire javascript overlay keyboard like this? https://virtual-keyboard.js.org/ Could this break? What are the advantages? What are the drawbacks?

I'm facing similar issues. It looks like theres some problem when the size of the confetti area is calculated.

As documented, it is strongly tied to drawing a frame. Yes, you'd need to multiply it with the fps rate. If I think about it I'd really like to see...

terms: flutter app -> the flutter window, where the app is running webview -> the webview widget inside the flutter app I noticed that for a _very brief moment_ the...

@jnschulze maybe it has to do with this handling? I'm new to this, but I found it here: File: `webview.cc` https://github.com/jnschulze/flutter-webview-windows/blob/main/windows/webview.cc ```cc composition_controller_->add_CursorChanged( Callback( [this](ICoreWebView2CompositionController* sender, IUnknown* args) -> HRESULT...

Hm, my guess is that _some e.g. `touchUp`-Event_ might bubble up to the flutter parent window. @jnschulze the `touchDown`-Event seems to work perfectly. I need to take a closer look...