- https://mastodon.de/@david_swift
-
A student interested in GNOME and Swift. I'm the maintainer of the Aparoksha project!
- Joined on
2024-09-21
I believe all your observations are due to the same problem (right?):
Plus I found out that if we set height below 100 it will not work, not sure why? I was resize the window using the mouse,…
I would like to see a way to control the size and frame of any image
You can set a picture's frame using [frame(maxWidth:)](https://adwaita-swift.aparoksha.dev/documentation/adwaita/anyview/…
To check whether the window is in the foreground, one can use Gtk.Window.is_active. I have not yet added a Swift wrapper around this, but…
So you're talking about running js inside of a Swift app? I'm afraid I can't help you there a lot, as I don't have experience in this field. I do not know whether a Bare integration would be…
Are you building using the libadwaita version from your system package manager? It seems to be out of date, as those functions were introduced in libadwaita 1.7. This is why I recommend building…
No, that's quite large. Memorize e.g. is ca. 50 MB with the static standard library.
Hi! There is already an implementation of the WebKit WebView under https://git.aparoksha.dev/Zaph/AdwaitaWebViewSwift.