-
From the Matrix chat room:
> i guess buildPage in this page is the obsolete API. https://docs.kweb.io/book/integrations.html I found this variable... https://github.com/kwebio/kweb-core/blob/6c9f7a…
-
Just jotting the idea down - needs more thought.
User can provide a HTML template to the Kweb constructor:
```html
Hi
```
Which can be used as follows:
```kotlin
val myT…
-
In the code below state that I'm creating in a KVar and assigning to an Input Element value doesn't seem to get reflected in the browser either when assigned initially to the inputElement. The docu…
-
Hello, I have a strange behavior in which I set my custom head viewport meta but there still is the default tag with `id="K_head"` (see screenshot below)
### My configuration
```kotlin
fun main()…
-
Hello! I recently found this project through Reddit and have decided to try it out in one of my projects but I've hit a roadblock.
I want to prefix all frontend routes with `/web`, at first I trie…
-
Spent some time trying to get this working but to no avail, here was where I left the job (which belongs in in https://github.com/kwebio/kweb-core/blob/master/.github/workflows/publish-to-maven-centra…
-
When running my KWeb application in debug mode from the IDE, I would like to have the browser reload the page when there are code changes.
-
This is currently buried in the path receiver / render functionality. Extracting it will allow us to test it more efficiently, while also reusing it for Ktor routing, [which currently does not parse p…
-
When I played around a bit with kweb, I noticed that the page I built makes requests to the 3rd party service JsDelivr.
I would like it if the app relied on as few external services that were hardc…
-
Hey everyone, first of all congratulations on the `1.0.0` release! Being an avid Kotlin user myself, I'm very excited to start using Kweb for some of my projects which I why I started to dabble into s…