Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement @electron/remote? #258

Open
fromage9747 opened this issue Jul 21, 2023 · 3 comments
Open

How to implement @electron/remote? #258

fromage9747 opened this issue Jul 21, 2023 · 3 comments

Comments

@fromage9747
Copy link

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.

@kapiziak
Copy link

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.

@fromage9747
Copy link
Author

@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.

@fromage9747
Copy link
Author

@kapiziak I am also trying to implement webshare which also requires remote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants