mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Access BrowserView DOM objects in Electron.NET #561
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PeterPolaschek on GitHub (Aug 24, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Hi guys,
I have an Electron App with a BrowserView in the main BrowserWindow. In the BrowserView, I load an external URL:
To access the BrowserView's content, I send it to the renderer.js:
In renderer.js, I can access the BrowserView's content:
I want to do the same within an Electron.NET application but there doesn't seem to be the following function:
view.webContents.send("channel");Will this functionality or an equivalent be available in Electron.NET anytime soon?
@freosc commented on GitHub (Aug 26, 2020):
If you take a look at the IPC view and controller in the ElectronNET.WebApp example project, you'll see how it's done.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!