View Issue Details

IDProjectCategoryView StatusLast Update
0000956Composr[All Projects] General / Uncategorisedpublic2013-01-11 11:20
ReporterLhasadreamsAssigned ToChris Graham 
Severity@80@ 
Status closedResolutionfixed 
Product Version 
Fixed in Version 
Summary0000956: Cannot join an Composr site from an iPad or an iPhone
DescriptionHi,
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 ReproduceGo to my website above and hit join and then try and scroll.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2013-01-02 16:20

administrator   ~0001119

Last edited: 2013-01-02 18:07

View 2 revisions

Automated response: iPhone display problems

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}

Chris Graham

2013-01-02 16:20

administrator   ~0001120

A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Chris Graham

2013-01-02 18:06

administrator  

hotfix-956%2C 2013-01-02 4pm.tar (378,880 bytes)

Lhasadreams

2013-01-10 21:40

reporter   ~0001132

Hi Chris,
I applied this one tonight and found that in mobile mode the forum users can no longer select emotions - any idea why ?
Cheers,
Ade

Chris Graham

2013-01-11 11:19

administrator   ~0001133

COMMENTS_POSTING_FORM.tpl disables emoticons for mobile mode to remove noise. This has always been the case though.

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised