#956 - Cannot join an Composr site from an iPad or an iPhone
| Identifier | #956 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Cannot join an Composr site from an iPad or an iPhone |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Hi,
I have just launched our first Composr site. http://vwgolfmk1.org.uk However I am not able to join the site as a new user from an ios device because the information page is not scrollable, the window behind scrolls if you try. Cheers Ade |
| Steps to reproduce | Go to my website above and hit join and then try and scroll. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
iframe-based-Overlays should not be opened up on iPhones where avoidable, because they can't be independently scrolled.
Where overlays are used, add an explicit width constraint inside the frame to try and make them display better. Also, tighten up the spacing.
iPhone's dynamic text size adjusting should be disabled on the mobile theme, because it makes incorrect assumptions, and that theme has been designed to fit well anyway.
The login page design needs work.
The comment posting form doesn't quite fit.
Some forms don't quite fit.
Only upload themes/default/templates_custom/LOGIN_SCREEN.tpl if you have the OpenID or Facebook addons installed.
The member bar takes up too much space at the top, move to the bottom.
Auto-complete fields do not work correctly.
Note that the global.css change adds some CSS, which you may need to incorporate into your own theme...
{+START,IF,{$MOBILE}}
.global_middle {
padding-{!en_left}: 0.4em;
padding-{!en_right}: 0.4em;
{$BETA_CSS_PROPERTY,text-size-adjust: none;}
}
.overlay {
width: 285px;
}
.overlay h1 {
display: none;
}
{+END}
I applied this one tonight and found that in mobile mode the forum users can no longer select emotions - any idea why ?
Cheers,
Ade