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

Can't scroll & overlapping elements #1

Closed Kellett closed 10 years ago

Kellett commented 11 years ago

OS: Android 4.3.0 Browser: Chrome 29

Elements are overlapping. You can see in the screenshot the label of the first torrent is partially covering the "Labels" & "Trackers" links. The progress bars all appear off the edge of the screen.

screenshot_2013-09-05-22-17-55

Also it's impossible to scroll.

xombiemp commented 11 years ago

I've tested this on a Nexus 4, android 4.3, Chrome 29 and I can't reproduce either problem you've reported. Are you using the latest code from my master branch? List all the plugins you have installed and what build number of rutorrent you are using.

Kellett commented 11 years ago

Yeah it was the master branch.

I just removed all my plugins (except rpc as it doesn't work without it) and still having the same issue. Also tried accessing the mobile version on desktop chrome and I'm getting the same overlapping and inability to scroll.

Using rTorrent 3.5.

chikencarnage commented 10 years ago

Just wanted to add that I get this exacr same behavior. Running rutorrent 3.6 with all plugins except ipad, _noty, rpc and httprpc. I have theme set to oblivion in case it matters. Im accessing rutorrent with chrome 35.0.1916.141 on android 4.4.2.

xombiemp commented 10 years ago

I'm trying hard to reproduce this, but I can not. I usually always use the latest svn revision of rutorrent, but I thought maybe there was a problem when running for the actual 3.6 release. So I used the 3.6 tar ball release rather than svn and I still can't see what you are describing. I'm going to need more detailed information about your set up. Here's what I used to test: OS: Ubuntu Server 14.04 Web Server: Apache 2.4.7 PHP: 5.5.9 libtorrent: 0.13.3 rtorrent: 0.9.3 rutorrent: 3.6 tarball for core and plugins Connection method for rutorrent to rtorrent: httprpc plugin Plugins installed: httprpc mobile Mobile OS: Android 4.4.4 Browser: Chrome 36.0.1985.128

The interface worked fine with this configuration. Then I tried installing all the plugins minus ipad, _noty, and rpc and setting the theme to oblivion and it still worked just as expected. Please provide all the information I did about your set up so we can figure out where the difference is.

chikencarnage commented 10 years ago

OS: Ubuntu Server 14.04 Web Server: Apache 2.4.7 PHP: 5.5.9 libtorrent: 0.13.2 (i think) rtorrent: 0.9.2 rutorrent: 3.6 rev 2404 Connection method for rutorrent to rtorrent: scgi mount Plugins installed: all minus _noty, ipad, rpc, httprpc Mobile OS: Android 4.4.2 Browser: Chrome 35.0.1916.141

chikencarnage commented 10 years ago

just as a test, did a clean install of rutorrent using latest svn (rev 2573) and latest plugins. issue was still present. will try with just the mobile plugin.

chikencarnage commented 10 years ago

no dice with nothing but the mobile plugin. also updated my mobile chrome version to Chrome 36.0.1985.128.

xombiemp commented 10 years ago

Will you paste your rtorrent.rc and your apache config. Maybe with http://pastebin.com or something.

chikencarnage commented 10 years ago

solved it. ran javascript console in chrome and saw the following 404 error: ttp://192.168.0.9/rutorrent/plugins/rutorrentMobile-master/rutorrentMobile-master.css 404 (Not Found)

renamed master.css in the rutorrentMobile folder to rutorrentMobile-master.css and my issues went away.

I was also able to get it to work as expected by renaming the plugin directory to "mobile" instead of "rutorrentMobile-master" and leaving the css file named mobile.css

maybe in the documentation this could be clearified?

xombiemp commented 10 years ago

Thanks for figuring this out! I will update the readme to include this information.