inkeliz

Results 134 comments of inkeliz

I never use something like that. But, you can call any Java code from Gio, using JNI, which is how gowebview work. --------- There's a another simple library which will...

You can call `wv.SetVisibility(gowebview.VisibilityMaximized)`. ---- I think you need to define how the webview will open. I mean, how the user will (re-)open? What action the user must perform to...

I need to take a look why the webviewer is surviving after the `os.Exit(0)`. When you use `e.Cancel=false`, it will send an `system.DestroyEvent` which will call `os.Exit(0)`, destroying the app....

I'm not using the latest version of Gio. _Personally, I use one fork, which is already 2 months old, and I wait some couple of months when breaking chances happens,...

Webview is an isolated process, the only way to get headers (and body) requests and responses is using proxy, in that case. You can set proxies and certificate. The proxy...

What is the version of the Windows? You need the [WebView 2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/). It seems that Windoow is getting the WebView 2 from [Windows Updates](https://www.bleepingcomputer.com/news/microsoft/microsoft-is-auto-installing-the-windows-10-webview2-runtime/), without requiring to manually install. The...

What is embbeded is the `WebView2Loader.dll`, which is extracted during the runtime But, the `WebView2Loader.dll` requires WebView2. That DLL was needed due to https://github.com/MicrosoftEdge/WebView2Feedback/issues/110. The installer of Webview 2 isn't...

I'm using Xbox One Controller on Windows and iOS; Nintendo Switch Pro Controller and Xbox on macOS. I notice some issues with remapping on macOS/iOS, that I will fix soon....

> I am only testing on Intel Mac for now. It compiles fine but crashes at runtime. If you want output logs let me know. What is the exact issue?...

I don't know how can we use it. On JS (Gamepad API) the only map supported is `standard` and `(empty)`: > enum GamepadMappingType { > "", > "standard", > "xr-standard",...