Soft Responsive [Deleted]

Arty - anyone reporting problems using the editor on iOS? Typing is SLOW as molasses. On the default theme its really quick.
No, but I've just tested it with Android and can confirm that bug. Thanks for noticing.
 
Oh, I forgot to tell you that the 'go to top' button isn't showing up on mobile for some reason. Is there a separate mobile option from the desktop one?
 
It appears only when you scroll down. Also old iOS might not display it because it doesn't support position:fixed
 
I've removed some css gradients and shadows for touch screen devices to make it faster and don't know how to improve on that. Tried removing all style's javascript, resetting editor UI to default style - for some reason it is slightly slower than default style.

Speed difference is barely noticeable, something like .1 of a second
 
Since the latest update my mobile logo has pushed to the right, so it's off-centre.

Noticed it doesn't have a width setting like the desktop logo. Could that be the issue?
 
I've removed some css gradients and shadows for touch screen devices to make it faster and don't know how to improve on that. Tried removing all style's javascript, resetting editor UI to default style - for some reason it is slightly slower than default style.

Speed difference is barely noticeable, something like .1 of a second
Hmmm. On iOS Safari its definitely more than .1 second. The hanging keyboard letters is probably the most noticeable thing.
 
When moving mouse over the navigation buttons (forum for example) the drop down menu comes down so soon that one has to click twice. How can I control the delay before the drop down menu appears?
 
You don't need to click. Just move mouse over button.

You can disable that functionality by disabling option "Automatically open navigation popups" in style properties -> navigation
 
Fixed.

You can temporary add this to extra.css to fix it
Code:
<xen:if is="@showOneNavRow">
    .navTabs .navTab.selected .tabLinks,
     .selectedTabLinks .tabLinks
     {
       display: none;
     }
</xen:if>
 
Fixed.

You can temporary add this to extra.css to fix it
Code:
<xen:if is="@showOneNavRow">
    .navTabs .navTab.selected .tabLinks,
     .selectedTabLinks .tabLinks
     {
       display: none;
     }
</xen:if>
Thanks. I'll just wait for the next version. Have you been able to pinpoint the slow typing on iOS mobile yet?
 
Back
Top Bottom