ziahamza / webui-aria2

The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use, just download and open index.html in any web browser.
MIT License
9.9k stars 1.47k forks source link

IE and Edge not supported #307

Open jdarias opened 7 years ago

jdarias commented 7 years ago

I am serving the webui from a pc with windows 10 and i see this when i connect trough my phone. Tried using civetweb and nginx to serve the webui, the result is the same.

wp_ss_20170214_0001

I also tried the live server but it renders the same, like so:

wp_ss_20170220_0001

ziahamza commented 7 years ago

This is an issue with webui. It doesnt currently work on Windows Edge browser on Windows mobile and Windows 10. @jdarias can you try using a different browser? It should then work

jdarias commented 7 years ago

This phone has windows phone 8.1 which still has... internet explorer (yay!) I did a test in my desktop to see which MS browser works, and the problem happens only with IE desktop:

2017-02-22 11_57_44-clipboard

Edge desktop seems to work.. don´t know about edge mobile.

I dont have more devices to test, sorry...

EDIT: Edge desktop is showing the UI in english by default. In that screenshot i switched the UI language to spanish

Suncatcher commented 7 years ago

This is an issue with webui. It doesnt currently work on Windows Edge browser on Windows mobile and Windows 10. @jdarias can you try using a different browser? It should then work

It also doesn't wotk with Midori browser on Linux. Could you fix it?

anthonyraymond commented 6 years ago

I'm not involved in browser support for this project. But i'm talking as a developper.

Supported exotic WebBrowser (and also IE / edge) is really a pain in the ass. The reason why they don't work is because these browser does not support most of the nowadays javascript / css features.

Developper community has some times (while) ago started to devellop "polyfills" which adds common features to dumb browsers ^^ When you find yourself in such situations, it might be times to switch to a full feature browser. 😉