wxWidgets/samples/webview
Tobias Taschner a5cec42bb6 macOS: Use public API for fullscreen in wxWebView
To enable fullscreen support with WKWebView private API which was
available since macOS 10.11 was used. Beginning with macOS 12.1 this
resulted in unpredictable layout issues inside the webview.

This reimplementation using java script and message handlers does only
use public API. This also makes the fullscreen message more controlable
as the webview does no longer put the containing window in fullscreen
mode without application code intervention. That also unifies macOS with
the way Edge sends this event in MSW.

Closes https://github.com/wxWidgets/wxWidgets/pull/2629
2022-01-04 22:54:39 +01:00
..
makefile.gcc Rebake after parent commit changes 2021-12-17 21:29:49 +01:00
Makefile.in Rebake after parent commit changes 2021-12-17 21:29:49 +01:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use DPI aware manifests for MSVS 2022 too 2021-12-18 13:22:59 +01:00
refresh.xpm
stop.xpm
webview_vc8.vcproj Rebake after parent commit changes 2021-12-17 21:29:49 +01:00
webview_vc9.vcproj Rebake after parent commit changes 2021-12-17 21:29:49 +01:00
webview.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
webview.cpp macOS: Use public API for fullscreen in wxWebView 2022-01-04 22:54:39 +01:00
wxlogo.xpm