Skip to content

.set_kiosk(True) not workin on macOS #37

@rxlxnd

Description

@rxlxnd

when using webview on macos with webui, there is no difference between

my_window.set_kiosk(True) # Enable Kiosk mode
and
my_window.set_kiosk(False) # Disable Kiosk mode

I would have assumed that my_window.set_kiosk(True) would disable the hover effect when the mouse is in the menu bar area, which makes turn grey.

Maybe NSWindowStyleMaskBorderless should be used when kiosk is set to true (with Webview on macos and set_kiosk(true))?
https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.struct/borderless?language=objc

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions