Forum:Mobile Issues
|
Issues
Unresolved
Submit your issues here!
Resolved
- Talk bubbles are completely broken. TheFifteenthMember 00:10, 20 July 2014 (UTC)
- Mobile's main page is much less effective due to its incredible length. Is there any possibility of creating an alternate main page to be displayed on mobiles? TheFifteenthMember 00:10, 20 July 2014 (UTC)
- Some tables can't be viewed in its entirety, requiring tedious scrolling left-and-right in order to read them. Is this a non-solvable problem, dependant on the mobile's screen width? TheFifteenthMember 00:10, 20 July 2014 (UTC)
- Recent Changes is not on the mobile sidebar. TheFifteenthMember 12:40, 21 July 2014 (UTC)
- KHWiki:Traverse Town pages are broken. TheFifteenthMember 12:41, 21 July 2014 (UTC)
Comments
OK, talk bubbles and infoboxes are better now. If there are other table issues, please provide examples. A separate mobile main page is possible. The way elements are selected to appear on the mobile main page is with a div of id="mf-???"
where ???
can be anything (also, adding a div title
parameter creates a heading). What I've done is select elements from the existing main page to appear on mobile. To create a separate mobile main page from scratch, all you you have to do is use a single <div id="mf-main" style="display:none;">...</div>
containing the mobile main page at the bottom of the main page, and it will be hidden from view. Then make it show up only for mobile users using MediaWiki:Mobile.css. --Porplemontage (talk) 02:17, 20 July 2014 (UTC)
I added Recent Changes to the sidebar. Traverse Town is just too wide? --Porplemontage (talk) 22:00, 21 July 2014 (UTC)
On a phone the sections should be collapsed by default and the collapsed section titles serve as the Table of Contents. On a tablet or desktop in mobile mode the sections are expanded by default and a Table of Contents should show up. --Porplemontage (talk) 17:25, 27 July 2014 (UTC)