defold / extension-webview

Defold extension for creating and controlling webviews to show html pages or evaluate javascript.
https://defold.github.io/extension-webview/
MIT License
14 stars 10 forks source link

Fix window frame calculation on macOS #22

Closed dapetcu21 closed 3 years ago

dapetcu21 commented 3 years ago

This makes the webview respect the window size on macOS (it used to behave weirdly and use the screen size instead).

To achieve this, I use the frame of the GL view as reference to position the web view directly on top of it.