The problem is not the device. It is that the forum, as an application, is only design for display on desktop machines.
In order to be more accessible accross multiple devices it would need either different instances of the application for each platform or would require the use of a responsive theme such as can be seen on the Boston Globe.
If you want to see what I mean go to http://www.bostonglobe.com/ and then resize your browser and watch what happens with regards to the navigation and page layout, columns etc.
It's pretty cool but would be more difficult to implement on a forum where lots of varieties of interactions are present. For the few of you who may have a technical interest, it's mostly achieved through CSS media-queries and javascript.
Enjoy.
In order to be more accessible accross multiple devices it would need either different instances of the application for each platform or would require the use of a responsive theme such as can be seen on the Boston Globe.
If you want to see what I mean go to http://www.bostonglobe.com/ and then resize your browser and watch what happens with regards to the navigation and page layout, columns etc.
It's pretty cool but would be more difficult to implement on a forum where lots of varieties of interactions are present. For the few of you who may have a technical interest, it's mostly achieved through CSS media-queries and javascript.
Enjoy.