Question: Having canvas #54
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just found the api: - https://webkitgtk.org/reference/webkitgtk/stable/overview.html
The main widget is WebKitWebView, which can be added to any GTK container or window like a regular widget. WebKitWebView will then render the web page in the area allocated to it.
I don't know much of Gtk or libadwaita tbh so open to your suggestion as to how we can render and show the page
Hi! There is already an implementation of the WebKit WebView under https://git.aparoksha.dev/Zaph/AdwaitaWebViewSwift.
@david-swift ohh that's amazing never knew about it... I will this then
Another question - simple app with hello world takes like 100MB is this normal??
No, that's quite large. Memorize e.g. is ca. 50 MB with the static standard library.
No worries I will check that again, I will close this issue