miketheprogrammer / go-thrust

Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
MIT License
445 stars 34 forks source link

How to get event "page loaded" #64

Open sg3des opened 8 years ago

sg3des commented 8 years ago

Hello, need some help. Me need get event when page is loaded

thrustWindow := thrust.NewWindow(thrust.WindowOptions{RootUrl: "http://google.com"}) How can I do it?

*I do not want to use for this JS

miketheprogrammer commented 8 years ago

Please look at the thrust documentation. If that does not work you will have to use the thrust js api to tie in certain events. I will try to look at the docs if I have time but am very busy. On Dec 7, 2015 4:10 AM, "Valeriy Bdtaev" notifications@github.com wrote:

Hello, need some help. Me need get event when page is loaded

thrustWindow := thrust.NewWindow(thrust.WindowOptions{RootUrl: " http://google.com"}) How can I do it?

*I do not want to use for this JS

— Reply to this email directly or view it on GitHub https://github.com/miketheprogrammer/go-thrust/issues/64.

miketheprogrammer commented 8 years ago

btw. You have to use JS. the point of this API is to be able to interact with JS.