victor-torres/whatsapp-applescript

Chat selection is not working

Closed this issue ยท 3 comments

Somehow chat/conversation selection stopped working. Need to debug and see what's happening.

element.click() do not work anymore :(
seems like whatsapp react only listen to its special virtual mouse events
I took a look at http://jsfiddle.net/hulufei/twr4thuh/7/ and maybe it will work.
Is sad to know we have to inject another code in addition to jQuery which we're already putting inside whatsapp instance... But it's not our fault react won't offer a public API for us to use.

resources:

Thanks for the script! Please check if #8 fixes this! ๐Ÿ˜‰

Thanks. Yes it fixes, @sunnypp :)