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
- Host: GitHub
- URL: https://github.com/ccnokes/electron-webview-zoom-bugs
- Owner: ccnokes
- Created: 2017-06-21T18:00:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T18:02:48.000Z (about 9 years ago)
- Last Synced: 2025-01-18T17:55:25.306Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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