Many users do not use Windows or Apple desktops and prefer to work in Linux. Firefox is already supported but it appears bugs in the webapp prevent Firefox from functioning in Linux.
In the conversation with Devs it was stated as a common error
"It *always* thinks that a Linux browser is an Android device
The bug is `if (strUserAgent.indexOf(ANDROID_STRING))` or something like that
The JavaScript `.indexOf()` function returns -1 when a string is not found, and -1 is "truthy" in JavaScript
Switching my useragent string to one copied from Windows Firefox made it work"
Please correct the application so we may use Firefox on Linux
Currently
Ubuntu 16.04 and 18.04
Firefox 61.0.1 (64bit)