Ngo Iok Ui (Wu Yu Wei)

Results 180 comments of Ngo Iok Ui (Wu Yu Wei)

For the entry point of DOM types, I think we also have to set a `Window` instance to be realm's global object. https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects

Looks like the issue still remains and I tried my best to write a C example to report back: https://bugs.webkit.org/show_bug.cgi?id=146351#c5

@lucasfernog what's breaking changes in this PR?

You may need webkit2gtk 2.38 to get mediaSession. Here's the release note about it set by default there: https://webkitgtk.org/2022/09/16/webkitgtk2.38.0-released.html

Looks like it got disabled again because some trouble couldn't resolve. See comment 10 of this ticket in Webkit bugzilla: https://bugs.webkit.org/show_bug.cgi?id=247527#c10

Sorry but I couldn't reproduce this issue. I've tried the example from tao's `window` example and wry's `simple` example. Both will get the event if I tried to change the...

@lucasfernog I don't think this is possible. I feel like most people want is inset buttons without title bar and the line. https://github.com/tauri-apps/tao/pull/513 is exploring this but it's inactive now.

Thanks for reporting the issue. It would be great if you could provide steps to reproduce. My attempt seems fine so far on macOS.

Thanks for all your feedbacks. I can reproduce in your repo, but I couldn't recreate it with any minimal example. I tired to add the window decoration in, for example,...

Ok I managed to recreate it. Looks like sending maximizing request through ipc caused freeze. But I couldn't recreate it in wry v0.24. And tauri v2 seems working fine too....