naqvis / webview

Crystal bindings to Webview library
MIT License
93 stars 8 forks source link

Full screen (chromeless) #24

Closed wout closed 1 year ago

wout commented 1 year ago

Can we get webview to go full screen? From the issue below, it seems the SetFullScreen method was removed. But is there an alternative you know of?

https://github.com/webview/webview/issues/458

I'd love to use this library, but my app needs to support kiosk mode.

naqvis commented 1 year ago

Its hard to get a solid solution which works for cross-platform and I believe that's the main reason this feature was removed from webview. But believe you can have it extended for a specific target platform by finding the right solution which works for that particular target and then have that merged into webview.h and then to crystal binding.

wout commented 1 year ago

Okay, that's what I expected. I will look into it to see if I can make it work. Thanks for the quick reply!