Mobile browser support

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
ameeck
Registered User
Posts: 86
Joined: Sun Nov 13, 2005 6:43 pm
Location: Prague, Czech Republic
Contact:

Mobile browser support

Post by ameeck »

phpBB4 should have a full support for mobile and portable browsers.

The session handler should be able to detect a mobile session and have a method available to check this status. There should be a possibility to override this and display the full board through a link. An alternate low-res style should be packed, containing only crucial information and content. Features like moderation, user management and administration would not be available through the mobile interface. Posting interfaces would be very simple and things like BBCode menus and smilies would be omitted.

When you browse your board on a mobile phone, you usually just want to check new posts and post a quick reply. The index page of the board would show some useful links like:
  • New topics
  • New posts in subscribed topics
Please think before you post.

User avatar
Dog Cow
Registered User
Posts: 271
Joined: Wed May 25, 2005 2:14 pm

Re: Mobile browser support

Post by Dog Cow »

One also doesn't want to have to scroll horizontally. That is so annoying and one of the biggest problems of web browsing on the iPod touch.

Also, an email digest would help to save time when reading for new posts.

Gaw
Registered User
Posts: 2
Joined: Sun Feb 11, 2007 5:27 pm

Re: Mobile browser support

Post by Gaw »

It's really hard to tell how should a mobile version look like. Mobile phones are getting better and better. I'd love to have a possibility to manage a board using my mobile phone, of course I'm talking about one with a decent screen resolution. Same for the graphics, why bother when browsers like Opera Mini can show them in low-res already? PhpBB4 is still years from now, so we can't really tell how will the future look like.

User avatar
Dog Cow
Registered User
Posts: 271
Joined: Wed May 25, 2005 2:14 pm

Re: Mobile browser support

Post by Dog Cow »

Problem is: mobile browsers are getting bigger and better; mobile screens are not getting bigger.

User avatar
Un1matr1x
Registered User
Posts: 48
Joined: Mon Sep 07, 2009 10:18 pm

Re: Mobile browser support

Post by Un1matr1x »

Dog Cow wrote:Problem is: mobile browsers are getting bigger and better; mobile screens are not getting bigger.
are you sure?

Image to Image to Image

and we cann't know what the future will bring ...

and afaik you can use

Code: Select all

media="screen"
media="handheld"
for css-files for mobile use

best regards

Un1

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Mobile browser support

Post by DavidIQ »

So you're only going to cater to the 1-5% of the world that will have a laptop-sized mobile phone in their pockets when phpBB4 rolls out? I don't think that should be the focus of the mobile browser support if it were to be added in phpBB4. It should be a simple interface without any bells and whistles that will fit on a standard-sized phone's web browser. There are a LOT of sites that do it this way: Bank of America, PayPal, Quicken.com, etc.
Image

So I think we should follow a similar style/format as they do and keep it simple.
Image

User avatar
ameeck
Registered User
Posts: 86
Joined: Sun Nov 13, 2005 6:43 pm
Location: Prague, Czech Republic
Contact:

Re: Mobile browser support

Post by ameeck »

DavidIQ: +1

Rendering, bandwidth etc. will get better and better. Physical screen sizes won't get bigger.
Please think before you post.

ToonArmy
Registered User
Posts: 335
Joined: Fri Mar 26, 2004 7:31 pm
Location: Bristol, UK
Contact:

Re: Mobile browser support

Post by ToonArmy »

ameeck wrote:DavidIQ: +1

Rendering, bandwidth etc. will get better and better. Physical screen sizes won't get bigger.
Unless pockets get bigger.
Chris SmithBlogXMOOhlohArea51WikiNo support via PM/IM
Image

carlino1994
Registered User
Posts: 8
Joined: Tue Sep 15, 2009 4:13 pm
Contact:

Re: Mobile browser support

Post by carlino1994 »

This is very good.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: Mobile browser support

Post by EXreaction »

It could probably be done easy enough with an alternate stylesheet for the main style.

Post Reply