XF 1.4 'Droid based slowdown

andybond

Well-known member
Hi,
We are having issues over on turboRenault.co.uk with all 'droid based devices with 4.3 and the snapshot 1.3.x skin.
90% of users across multiple hardware platforms are experiencing slow loading of pages and / or incredibly slow typing.

Any ideas ?
 
Results are in.

It doesnt happen on the test site.

That would therefore mean its either
a) A plugin issue -or-
b) a skin issue.

I guess its over to me to find out ...
 
We're just getting reports of the same issue. XF 1.4 w/ the Droid RAZR Maxx. I'll post the results of the test forum as soon as I get feedback from the user.

Hi @Chuck Day.

rude of me not to reply to my own thread but we found the issue. It was the skin. It was doing some resizing of media when it reached a certain size ( it never appeared that it did meet the size ) I was fortunate enough to get support from the skin author and he said modify the extra.css by adding :

@media (max-width: 900px){
html{ background-attachment: scroll; }
}


This fixed our issue.
 
Top Bottom