Hans Raaf

Results 419 comments of Hans Raaf

I was curious and tried it on my iPhone 13 (OS 15.4) and it just works as expected. I remember that there were problems with web assembly in iOS 11...

What happens with the other go-app based sites like https://murlok.io/ or https://pojntfx.github.io/keygaen/

> Yes because it is very big and safari engine crashes on ios when pages are that big. It crashes "everywhere" when too big. Something I wanted to bring up...

> So probably it is a RAM problem then. The iPhone X has 3 Gb, the ones after that have 4 Gb. My iPad Air 4th also has 4 Gb....

Good question! I once also needed multiple divs and could work around it by using `app.Section()` and putting the divs inside that. But I would like to have a better...

It should be possible to have `body(nav,article,section)` which is currently not possible. I should also be possible to just have a `body(h1,p,p,h2,p,h2,p)`. I also run into the problem that a...

@maxence-charriere I made some first checks and found that one of my test components did not work the same way and was crippeld. This one uses "ctx.PreventUpdate()" and starts an...

Works! I also checked some other projects and did not find other problems. But I am going to test even more later today.

I was going to all code that skipped events, and stuff works as I expect it to work. I would say those changes are fine. I also did not find...

While checking the behavior of the loading progress (which also would need a custom formatting string, IMHO), I stumbled on an older comment of mine, which is still true: If...