An open API service indexing awesome lists of open source software.

https://github.com/ccnokes/electron-webview-zoom-bugs

Test case demonstrating how setting the zoom level on the parent renderer seems to break a webview's display
https://github.com/ccnokes/electron-webview-zoom-bugs

Last synced: 9 months ago
JSON representation

Test case demonstrating how setting the zoom level on the parent renderer seems to break a webview's display

Awesome Lists containing this project

README

          

After cloning:
```
npm install
npm start
```

See renderer.js for the code. It demonstrates two bugs:

1) A webview's zoom breaks if the zoom is set before it's loaded
2) A webview's inner content does not cover 100% of it's parent if the webview is hidden and then re-shown