#956 - Cannot join an Composr site from an iPad or an iPhone
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
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