Richard Hozák

Results 34 comments of Richard Hozák

Hi, it would definitely need to be implemented in all three platforms we support. I've considered that maybe we could switch to winit for windowing, so we do not have...

Is there any advantage in using com-rs instead of using winapi-rs directly? But sure, use whatever you want, write it in Rust, write it in C, whatever suits you, we...

I investigated more and we would most certainly need to use com-rs because winapi-rs does not have the required interfaces implemented, there are PRs to add many remaining interfaces we...

What do you mean by 'web api'? Is it that you cannot you some javascript apis inside webview? Or some pages cannot be loaded? I am not sure what it...

Which platform are you running on?

Yes, if you'd be so kind, thank you. I just tried to reproduce this, but was not able to.

It is definitely possible but not with some changes to webview, we could exposive native window handle from webview, and you can do anything with the window, including putting opengl...

I was more keen to go in a more rusty direction, meaning I would like to slowly port the c/c++ code to Rust and maybe provide c bindings. I think...

> We are also looking into options in our current research where we pick and choose the best parts of winit and glutin and servo and optionally offer that /...

There hasn't been any more talk about an org, the only discussion about this can be read here: https://github.com/Boscop/web-view/issues/64