EnderFramework
EnderFramework copied to clipboard
Add the `x-view` element
<content type="[window/screen/web]" [control]></content>
<x-view type="web"></x-view>
This should behave just like a webview!
<x-view type="window"></x-view>
This should enable the user to show an app and control it within the window itself. Although I'm not sure how am I going to enable this kind of behavior.
<x-view type="screen"></x-view>
This should enable the user to how the current window in this app. This might be a bad idea, IDK.
https://github.com/electron/electron/issues/26258
https://github.com/electron/electron/issues/26886