mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Boilerplate now supports Hybrid Web Apps #71
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 @yoDon on GitHub (Nov 18, 2017).
Just as an FYI, I've significantly upgraded the Electron.NET-React-Typescript-MobX boilerplate to support both conventional Electron.NET apps and Hybrid Electron.NET apps where the app loads a normal web page from the web into an Electron WebView and grants it a whitelisted subset of native Electron functionality.
After building and running the app (being careful to follow the Readme because there was a publishing step I couldn't figure out how to automate), you can also check out the web-hosted (no native Electron capabilities) copy of the web page that gets loaded into the WebView in the Hybrid app example part of the sample app.
@yoDon commented on GitHub (Dec 2, 2017):
Updated to add custom menu support and fix some race conditions/initialization issues with the WebView/HybridWebApp example (incl. better handling in the Readme of work-arounds for a couple current Electron.NET issues)