example 'clog-demo': update to CLOG version 2.2; update CLOG apk demo

This commit is contained in:
pls.153 2025-04-16 18:01:02 +02:00
parent 7c9a9d2b53
commit e98a7ed161
30 changed files with 10673 additions and 10264 deletions

View file

@ -35,11 +35,9 @@ Item {
Button {
id: reload
anchors.bottom: parent.bottom
font.pixelSize: 18
text: "Reload"
onClicked: {
if (Qt.platform.os !== "ios") {
Lisp.call("clog:webview/on-close")
}
browser.reload()
}
}
@ -47,6 +45,7 @@ Item {
Button {
anchors.bottom: parent.bottom
anchors.right: parent.right
font.pixelSize: 18
text: "log/REPL"
onClicked: view.currentIndex = 1
}