sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

view.request is invalid in go-sciter, and correct in the official wsciter.exe #344

Closed reghtml closed 1 year ago

reghtml commented 1 year ago

view.request is invalid in go-sciter, and correct in the official wsciter.exe

demo: \go-sciter\examples\demoes\08-view对象学习和一些对话框\demo9.html

图片

in go-sciter :

图片

I first found this problem by doing other programs, and then tested the official demo, which also has the same problem. What is the reason? How can I solve it? Thank you

reghtml commented 1 year ago

Oh, I see

https://github.com/sciter-sdk/go-sciter/issues/187

reghtml commented 1 year ago

Problem solved