-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser Compatibility #89
Comments
Yeah, I will test it on safari |
We should add Opera & test its compatibility |
Opera is based on Chromium, so I think the results will be similar to Chrome. |
@spaceface777 I didn't know that |
In safari, the page takes a lot to load, the loading icon dissapears, the order of the messages is wrong, and sw-register errors out: |
Then it gives a lot of errors about requests it's making ( |
Since Safari compatibility has been fixed, it is now one of the fully working browsers. |
I also tested UC Browser, and it works mostly OK, apart from the strange Edge loading icon and the browser overriding the right click menu with their own. |
Most of the Edge issues have been fixed. |
Making Edge compatible isn't very important as the browser is in the process of being rebased on Chromium, and will therefore work exactly the same as Chrome. |
Has Edge been ported to chromium on main branch yet? |
This issue is to give information on problems that come from using the different browsers, and their compatibility. This compatibility chart uses the latest version of each browser. PRs to improve browser compatibility are welcome, as long as that browser isn't one of the unsupported ones since we don't support these browsers.
Fully working
Google Chrome (and other browsers based on Chromium)
Mozilla Firefox
Safari
Partially working
Microsoft Edge
Once the new version of Edge (it's in the process of being ported to Chromium) is released, it will (hopefully) have the same compatibility as Chrome since they'll share rendering engines.
The basic Hermes features work on this browser (you can read and send messages), but there are some UI bugs / differences from the other browsers, and therefore using this browser is not recommended.
The website scrolls to the top every time you send a messageThe right click menu doesn't work (it doesn't even appear, errors out incomposedPath
)The textarea becomes two lines tall every time you send a messageThe quote background doesn't appearWeb Push notifications don't workNot working at all (Unsupported)
Internet Explorer
The text was updated successfully, but these errors were encountered: