The new forums will be named Coin Return (based on the most recent
vote)! You can check on the status and timeline of the transition to the new forums
here.
The Guiding Principles and New Rules
document is now in effect.
The mobile site won't load for me after the forum update. Cleared the cache and all that just in case, not sure where to go from here if it's my end. I'm on a galaxy tab a, android v. 7, chrome 61.0.3396. 87
+2
Posts
Galaxy Tab S2, Android 7.0, Samsung Internet 7.2.10.33.
3DS Friend Code: 3110-5393-4113
Steam profile
That page just gets me a "Something has gone wrong" error page on both my tablet and my computer.
Re: accounts: If I try using Chrome (which I'm not logged in to, and I don't believe I ever have), I still just get the desktop site.
Visiting PA on my phone (Nexus 4, Android 7.1.2, Chrome 67.0.3396.87) gets me the mobile site, and logging in does not take me to the desktop site. Refreshing the forums on my tablet has me still on the desktop site.
Also, I don't know if it's related but for some reason the page doesn't go all the way to the right like it does on an actual desktop. 77px, I think.
50% size image, still 1000px wide: For whatever reason, most of the page respects that new boundary but the header doesn't (despite its background also cutting off).
Zoom way the fuck in on the vanilla logo and click this link.
This is on Chrome version: 67.0.3396.87
Android: 8.1.0, July 5 2018 patch
Galaxy Tab S2, Android 7.0, Samsung Internet 7.2.10.33.
To note, For tablets we generally serve the desktop version. Thats always been the case for ipads, as far as I'm aware. I'm only on 8.0 with my galaxy phone, so some update in 8.1 / on the pixels might have messed with how we see them as devices. I'll look into this more tomorrow.
Edit: I don't necessarily hate the desktop version on my phone. Threads are even probably a little easier to read. But navigating the forums is annoying.
Now that I think about it that is probably the same timeline that happened to me. I'm pretty sure my phone ran an update right before this started happening.
3DS Friend Code: 0216-0898-6512
Switch Friend Code: SW-7437-1538-7786
3DS Friend Code: 0216-0898-6512
Switch Friend Code: SW-7437-1538-7786
To do so, you can follow the below steps:
For reference, my user agent is "Mozilla/5.0 (Linux; Android 8.1.0; Pixel 2 Build/OPM2.171026.006.G1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36".
_utma
_utmc
_utmz
_utmt
_vf_pennyarcade_PMC42-Vv
_vnf
_utmb
_vf_pennyarcade_PMC42-Vv
The two vf_pennyarcade_PMC42-Vv cookies have different values, most of the others have complex (alpha)numeric values, and _utmt=1.
To further investigate this, can you please copy paste your user agent. (we use the user agent information to determine your browser, what device you are using).
To get your user agent, you can use this link whatsmyua.info
Ex. my user agent is : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
as for the user agent posted by @SiliconStew, we will be looking into it. I'll post any updates here.
Thank you.
So its not a user agent thing that we are not identifying, its the missing cookie.
@SiliconStew Do you have any application on your device that might block/delete that cookie "X-UA-Device-Force"?
It looks like a user-agent problem to me. Testing with my desktop browser, using Chrome and changing the user agent to the Dev Tools built-in "Chrome - Android Mobile" UA (or any of the other Android Mobile UAs), I can view the mobile site just fine. If I set the UA to Custom and use that UA string from my phone that I posted above, I get the desktop version of the site.
If I use my UA and change this section "OPM2.171026.006.G1" to "OPM2.171026.006.1", just removing that "G" in the build tag, I get the mobile version of the site. Looks like a regex isn't parsing something correctly to me.
My UA info is
Mozilla/5.0 (Linux; Android 8.1.0; Pixel 2 Build/OPM2.171026.006.G1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36
We are looking for (Android & Mobile) in the user agent, As I have already mentioned, using your user agent, a mobile device is detected successfully.
Try this: In your chrome browser, go to settings/site settings/cookies. Is Allow third-party cookie enabled/disabled?
Yes, third party cookies are allowed. I get all the other cookies the site is setting.
I don't know why you are seeing different results with my user agent. Test results are consistent(ly broken) on different machines and on different ISPs. Are you sure you are copying the UA exactly as listed in my post? What I can tell you is this problem immediately occurred after an Android update so the build number would have changed. And if I do nothing but alter the build number in the UA string, I get the mobile site just fine.
For example, using the actual Pixel 2 build numbers at https://source.android.com/setup/start/build-numbers
Starting with my current UA of: Mozilla/5.0 (Linux; Android 8.1.0; Pixel 2 Build/OPM2.171026.006.G1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36
changing only the build number in that string to:
OPM1.171019.021 works
OPM2.171019.029 works
OPM4.171019.015.A1 works
OPM4.171019.016.B1 works
OPM2.171026.006.C1 works
OPM4.171019.021.E1 works
OPM2.171026.006.G1 broken <- current build
OPM4.171019.021.Q1 works
Looks to me like there has to be additional code you didn't include that is altering the $userAgent variable because strpos() is case sensitive, so 'android' or 'mobile' wouldn't match what's in the real UA string.
3DS Friend Code: 0216-0898-6512
Switch Friend Code: SW-7437-1538-7786