sigalor / whatsapp-web-reveng

Reverse engineering WhatsApp Web.
MIT License
6.1k stars 802 forks source link

Scrolling the group bar #83

Open erobert98 opened 6 years ago

erobert98 commented 6 years ago

I cant seem to figure out how to consistently scroll the group side bar. It seems that SOME groups react to 'home' and 'end,' but how can i consistently get the full list of groups to iterate through all of them or at least just the unread ones. Im in 50+ groups and the DOM only loads 18 or so.

sigalor commented 6 years ago

Which "group bar" do you mean? I'm not really able to see how your question is related to this repository...

erobert98 commented 6 years ago

I mean the list of chats one is in on the right side of whatsappweb. I thought maybe this repo may offer some insights as to how to navigate that list since it is so in depth as to how whatsapp actually works.