Hans Raaf

Results 419 comments of Hans Raaf

See: #682 and related issues. Basically, it did not create so much smaller WASM and needs a very long time to compile, the last time we tried. I have some...

1. I doubt it will be much better after gzip (I actually think I did a comparison with a version I got to compile). 2. I honestly think that TinyGo...

Just use your JavaScript (call it from your go code) or write similar code using the JS interoperation (`app.Window()`)

I am very busy right now. I think I can show you some code later.

Here some code fragment that shows similar stuff. I think you need "block" "end" with the target of the div you want to scroll. You could also set scroll top...

@RadiactoR I think it is pretty simple to handle JS, it is more that the interfacing code is not that great, so we end up writing JavaScript and call it...

I guess nobody answered because that is not very Go-App related and quite a special use-case too. My Ebiten game does just use an HTML page for mobile. But I...

BTW. Here a "pong" fake rendered using canvas as Go-App component: ```go package pages import ( "math" "math/rand" "github.com/google/uuid" "git.jetbrains.space/metatexx/skelly/skelly/pkg/x/dbg" "github.com/maxence-charriere/go-app/v9/pkg/app" ) type renderChan chan struct{} type Canvas struct {...

Good finding. It would be nice if you made a PR :)

I doubt that the problem is in this code. I would add print debug in `NewLoginForm()` and `Render()`to check on what Type is.