Page 3 of 3

Re: LRR Mobile Edition

Posted: 11 Oct 2013, 12:43
by AdmiralMemo
I've had that happen to me, but only once.

Re: LRR Mobile Edition

Posted: 24 Apr 2014, 10:05
by tamaness
Image
Chrome on iOS 7.1.1 on iPhone 5. Note the blank nav buttons.

Re: LRR Mobile Edition

Posted: 24 Apr 2014, 10:11
by Paul
Oops! I upgraded the site to the new version of Font Awesome (the icon font we use) but forgot to update the mobile forum template. it should be working now.

Re: LRR Mobile Edition

Posted: 15 Jun 2014, 06:11
by AdmiralMemo
I can't seem to submit vote responses on the mobile forum. Chrome 35 on Android 4.4.2 (HTC Thunderbolt)

The submitted form was invalid. Try submitting again.

Re: LRR Mobile Edition

Posted: 07 Jan 2017, 12:07
by Danielle Pepin
For some reason on my laptop it keeps randomly sending me to the mobile version of this site instead of the desktop version. I'd only ever want desktop from a laptop...not sure if it's possible for websites to determine a hard cut difference between laptop and phone. :\

Re: LRR Mobile Edition

Posted: 08 Jan 2017, 09:26
by virre
Danielle Pepin wrote:For some reason on my laptop it keeps randomly sending me to the mobile version of this site instead of the desktop version. I'd only ever want desktop from a laptop...not sure if it's possible for websites to determine a hard cut difference between laptop and phone. :\


LRR redirects through a javascript, and looking at how it does that it seems it should not happen if you have not a very strange browser window size. (The logic checks if it's a screen and less then 480px wide)

I don't find a link for wrong redirects but You should be able to see if if you either put a force_desktop into your local storage in firefox and chrome the developer too console and entering

Code: Select all

localStorage.setItem('force_desktop', 1);


or blocking the redirect script : "http://loadingreadyrun.com/js/mobile-redirect.js".

This is from me just reading the source code of the page though, there might be a better way that I missed (I really looked for a desktop link, well if not the one in the bottom-right corner works to continue in desktop mode)

Re: LRR Mobile Edition

Posted: 08 Jan 2017, 17:13
by phlip
Clicking the "desktop" button in the bottom right of the mobile view should set that "force desktop" flag for you, so it'll stop redirecting to the mobile page.

If that's not happening, then something's going wrong...

Re: LRR Mobile Edition

Posted: 09 Jan 2017, 09:32
by Paul
The new forum template does mobile a little differently, which may be part of the problem. I don't think the desktop override link will work at the moment. I'm going to do some work on it in the next couple of days.