Sure I get you, also I don't have experience just learning!! It's easy to integrate but I wanted to know about lifeycycle process if it exists or not in GTK when making desktop apps.
- This was my Package.swift
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let…
@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??
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
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.
Just found the api: - https://webkitgtk.org/reference/webkitgtk/stable/overview.html
Sorry I found the solution, it was my mistake. I followed the template code!!
Firstly thank you for your hard on bring swift and libadwaita to linux, hoping to make swift apps since I love it.…