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
I am currently working on using venom and electron, but I need to display the whatsapp web within my electron app, I have been trying to do various things without anyone else, can you give me some advice on what I can do? while I try the solution of a WhatsApp website of a webview and send it to venom but it is not possible.
The text was updated successfully, but these errors were encountered:
i my case i am using electron with react, so i am using a webview <webview src="https://web.whatsapp.com" style={{ height: '100%' }} preload={preloadUrl} partition={persist:${[brand, session.user?.id].join('-')}} ref={webviewRef} />
preload is wapi and some additional code which have webpack it and i am injecting in to the webview. with this,
i am using the ref to send messages to and and from the whatsapp to perform actions like getchat and others,
this was working but because of the update to whatsapp, wapi stopped working because the Store object was not been populated, so i am still waiting for an update from wapi
I am currently using webview, however, in the development that is being done, whatsapp web is required to display in the webview, pass the session to venom or for venom to pass it to it, so as not to read two QR codes, since the client requires having the whatsapp web within the app
in my case, i am not using all of venom. i extracted the wapi part of it, and in the preload script, i inject wapi, this gives me all functionally, but there as some few things you need to do before injecting, like injecting after the user has scan the Qrcode
I am currently working on using venom and electron, but I need to display the whatsapp web within my electron app, I have been trying to do various things without anyone else, can you give me some advice on what I can do? while I try the solution of a WhatsApp website of a webview and send it to venom but it is not possible.
The text was updated successfully, but these errors were encountered: