Meta-PokéBase Q&A
0 votes
375 views

For those who don't know what I mean by "responsive", I mean website layouts that adapt their content to be appropriately proportioned to your screen size. The main PokemonDB site does size its content differently if you access it on a smaller device. But for me, PokeBase does not -- the site scales much like it does on desktop, and upon loading the page, everything is tiny and requires you to zoom in a lot. (Example of what I mean -- imagine on a five-inch screen.) Does this happen to anyone else?

Considering that such a massive proportion of internet traffic at the moment comes from smartphones, I'm concerned that if the scale is like this for everyone, that we're losing a ton of potential contributors here. I for one never access PokeBase through my phone because it's such a nuisance to navigate. If this does affect everyone, I think we need to fix it.

I've tried accessing the site through a multitude of different portable devices, and I get the same result every time. I feel like this problem might be widespread. I did try to replicate smartphone dimensions with a desktop browser and the CSS does seem to repond in this case -- though, it doesn't look pretty. I think most of it is just carry-over from the desktop version that isn't reformatted (e.g. it seems to have all the same float properties which is why the navigation bar looks so strange).

As hard as I've tried, I can't get a separate stylesheet that was made for mobile, and what I've found instead isn't all too appealing. If there isn't one, I think we should make one. I know CSS and could lend a hand if you're busy.

by
edited by
I almost exclusively visit this site on smartphone, and I've never had any issues... maybe it's the type of browser/operating system?
Huh, so does the page look like the one in the first image I linked or is it different? I've tried a bunch of different devices and browsers and they all scale just like desktop, with the gray background still wrapped around the main content.
Yeah why does the whole site have it's own layout on mobile but not the Pokebase?
It does look kind of like that, but with a bit higher quality and the text not being so cramped. I'll see if I can upload a screenshot of what it looks like later today.

1 Answer

0 votes
 
Best answer

When I first launched the new 'responsive' layout for the site there were some issues with Pokebase. Unfortunately I never got around to resolving them... I know one of the issues can be fixed with the changes I made to the Q2A software.

Will look into it if I ever get time! I'll have some time set aside for the launch of USUM so hopefully things can be sorted soon.

by
selected by
Fair enough -- if you do get the time I think this would be a really worthwhile investment for the community.
If you don't mind me asking, what kinds of issues arose with the layout? I'm trying my hand at some web design and JS/PHP programming myself and I think it would be good to keep in mind.
The main one was the table of members/points on the users page, the way it's done in 3 columns can't be shrunk to 1 column for mobile because the order is wrong. Same for tags page I think.