Nativefier: WhatsApp Web requires Chrome update

Created on 26 Jul 2019  路  2Comments  路  Source: jiahaog/nativefier

Description

On opening the app I'm told that "WhatsApp works with Google Chrome 49+" and I should update Google Chrome.

Details

OS: 4.19.59-1-MANJARO.

Steps to reproduce issue

nativefier web.whatsapp.com
Then open the app

Relevant screenshot:
image

All 2 comments

Fixed: Change the user agent to Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36.

Something else that I've found works is changing the user-agent when packaging.

nativefier web.whatsapp.com --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
This seems like a long-term fix (until WhatsApp requires a new version of chrome).

Was this page helpful?
0 / 5 - 0 ratings