Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Spec for IsWindowControlsOverlayEnabled.md #4613

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tochukwuIbeEkeocha
Copy link
Contributor

@tochukwuIbeEkeocha tochukwuIbeEkeocha commented Jun 4, 2024

What

These new APIs introduce support for a Webview2 Window Controls Overlay. The Window Controls Overlay will allow developers to build apps in webview2 with 100% of the UI controlled by the browser process. Devs will be able to create their apps as borderless & caption-less windows, and have the Webview draw its own window control buttons (minimize,maximize, close, restore).

image image

specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
specs/IsWindowControlsOverlayEnabled.md Outdated Show resolved Hide resolved
@tochukwuIbeEkeocha tochukwuIbeEkeocha force-pushed the api-isWindowControlsOverlayEnabled-draft branch 7 times, most recently from 3866c89 to bce67e9 Compare August 28, 2024 21:54
/// Gets the `Height` property.
[propget] HRESULT Height([out, retval] UINT32* value);

/// The `Height` property in pixels, allows devs to set the height of the overlay
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'in pixels' - does this fully describe the coordinate space for height? @bradp0721

specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
specs/WindowControlsOverlayConfiguration.md Outdated Show resolved Hide resolved
@tochukwuIbeEkeocha tochukwuIbeEkeocha force-pushed the api-isWindowControlsOverlayEnabled-draft branch from bce67e9 to 700ec3a Compare September 4, 2024 20:19
@tochukwuIbeEkeocha tochukwuIbeEkeocha force-pushed the api-isWindowControlsOverlayEnabled-draft branch from 700ec3a to 654b176 Compare September 11, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Proposal Review WebView2 API Proposal for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants