Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charliehess/webview-stack
Demonstrates webview visibility issues in Electron
https://github.com/charliehess/webview-stack
electron electron-forge webview
Last synced: 17 days ago
JSON representation
Demonstrates webview visibility issues in Electron
- Host: GitHub
- URL: https://github.com/charliehess/webview-stack
- Owner: CharlieHess
- Created: 2017-06-16T18:54:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T19:34:54.000Z (over 7 years ago)
- Last Synced: 2024-10-29T20:09:50.614Z (2 months ago)
- Topics: electron, electron-forge, webview
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webview-stack
This is a minimal repro of https://github.com/electron/electron/issues/8505.
It demonstrates the recommended workaround (not setting `visibility` while the `webview` is loading), but also shows the limitations of this approach.It seems that:
* In some cases we can't rely on `z-index` for visibility
* This can result in `webview` pages bleeding into one another
* `webview`s will still render blank white screens, particularly when switching between them quickly or when a switch triggers a navigation