xombiemp / rutorrentMobile

Plugin for ruTorrent to use it with mobile devies (Android, iOS, etc)
GNU General Public License v3.0
112 stars 16 forks source link

Unable to Scroll on iPhone #2

Closed Diablosblizz closed 10 years ago

Diablosblizz commented 10 years ago

iPhone (tried on 5S and 4) in both Chrome and Safari do not scroll the pages. Works fine on Firefox in desktop using ?mobile=1.

xombiemp commented 10 years ago

Other people have reported this on other devices as well, but I can't replicate it using any device. Can you try editing the mobile.css file and change the html, body section to be

overflow: visible !important;

See if adding the !important there helps at all. If not, could you provide me with the URL to your rutorrent?

Diablosblizz commented 10 years ago

The CSS mentioned did not help. Unfortunately, my ruTorrent is behind a username and password that I'm not comfortable sharing. Anything else we can try?

xombiemp commented 10 years ago

You can create a temporary login for me and send it to my email address (on my github profile page). Or you can try to follow this guide https://github.com/xombiemp/ultimate-torrent-setup/wiki (skipping the SickBeard and CouchPotato sections) to see if you experience the same problem.

xombiemp commented 10 years ago

What OS and web server is ruTorrent running on?

Diablosblizz commented 10 years ago

I use a Seedbox, I unfortunately don't have the ability (from my knowledge) to add another user as to log into ruTorrent I require a username / password from their pages.

OS is Gentoo and HTTP server appears to be nginx.

xombiemp commented 10 years ago

Just tried an install of Ubuntu and nginx and the plugin worked fine. I'll need to have access to someone's site that is experiencing this issue or I'll never be able to debug it.

Diablosblizz commented 10 years ago

I think the plugin is working correctly, but the iPhone is not parsing the css / js properly. It works great on a WP7 using IE9. Do you have an iPhone you can test on?

xombiemp commented 10 years ago

My main device is an iPhone 5. :) All my development has been against an iPhone 5.

xombiemp commented 10 years ago

Do you have the ipad plugin installed as well?

Diablosblizz commented 10 years ago

I don't believe so, I cloned the git via the command in the readme.

xombiemp commented 10 years ago

Look in the Plugins tab of the desktop version of rutorrent and list all the plugins you have installed.

Diablosblizz commented 10 years ago

It appears that I do.

http://imgur.com/HFit7YA

xombiemp commented 10 years ago

That's your issue. This plugin does not work with the ipad plugin installed. Uninstall the ipad plugin and it should work.

Diablosblizz commented 10 years ago

Just discovered that.. and realized that it's posted in the readme too. Thanks for your help.

xombiemp commented 10 years ago

I'll increase it's prominence in the readme.