inkeliz
inkeliz
For Windows, I make one modification to avoid the CGO at all. That was possible by use `sys/windows` and load the DLL and make some calls. Since it's [lazy loading](https://github.com/Inkeliz/gowebview/blob/3d9f5504fa7bb22b55475165bfed39839f14f4e5/webview_windows.go#L56),...
Have any documentation of how to import/export functions and memories with .NET 8 Preview 4? Also, that uses AOT compilation, or that is an VM inside VM?
I'm currently using it, except the `SlotElement`. Actually, I also change the `source` to include the `srcset`, but I don't publish the code, yet. I don't use the `SlotElement`, because...
> > > you can send files true wifi now.! stil in progress i think but it works fine for me! Info: https://github.com/iherbak/OrcaSlicer/releases?fbclid=IwAR1KyE1_eQlgBOxUEfNy9J7aCZ3DTqRWx4vlb2DPfM6ms4W4aEJfTKZEagA > > > > > > I...
That is a known limitation, but I'm not sure how to proper fix. ---- If you have one function such as `Foo.Bars() []string`, then it needs to create a new...
I use this code for testing: https://gist.github.com/inkeliz/11c071ec4bf8f922a3cb48fd0cbb3b95. That is based on gio-plugins/deeplink/demo, but modified, since the events comes from `window.Event()`. You need to use https://github.com/gioui/gio-cmd/pull/9 to compile, and need to...
@gedw99 That panic was from gio-plugins, not from gio (this current PR). You should not use gio-plugins/deeplink anymore, since everything was ported to Gio (this patch). I didn't use `panic`...
Just to remind me in the future: - Domain names with accents (`ã`, `ç`, `ù` or emojis) have different behaviours. On Windows it's escapes similar to URL paths. On macOS/iOS...
> Hi @inkeliz, thanks a lot for implementing this feature. > > Are there any chances of supporting Linux? @mearaj, I don't think it's difficult to implement. However, personally, I...
Another alternative is to create some app.Scheme("yourscheme") option. Problems: that only works with Linux/Windows, because macOS/iOS/Android requires some manifest, and can't register it on runtime. So, what happens on iOS/Android?!...