ShareIt-project / ShareIt

Peer-to-Peer filesharing in pure client-side Javascript
shareit.es
139 stars 32 forks source link

Fix mobile interface #119

Open piranna opened 11 years ago

piranna commented 11 years ago

Compatibility dialog is dependent of JQuery, make it also to work with JQuery mobile and be sure it works with the latest features. Also make tab buttons invisible or deactivate them.

piranna commented 11 years ago
piranna commented 11 years ago

Seems jQuery.mobile-tabs doesn't change automatically to the new tab and there's no support to do it programatically... Also, it dispatch an error on loading regarding to $.mobile.widget not being found but when adding a breakpoint it works, and definitelly seems it' abandoned... :-/ I'll need to fix it myself someday.