You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you want to do? In most cases, if I needed to transform some information from the process side to the front-end I created a new capacitor plugin that implements some methods. Everything was transported by IPC channels. If I wanted to transport big files then I used webserver.
@kapiziak I want to be able to change the size of the window programmatically. For example, small and big options. User clicks on big and the window size increases to the defined size I have set as to big.
As the title states, how can I make use of @electron/remote in capacitor-community/electron?
Spent the day going through electron docs as well as forums without success.
The text was updated successfully, but these errors were encountered: