• Resolved webcart

    (@webcart)


    Hi
    Thanks for the forum and for the solution to the other problem I had before.
    Found out two more things on Storefront which I need to solve.
    The problems happen in Storefront Demo site as well.

    When pressing inside an ‘input’ field, the footer icons disappear.
    The ‘input’ field can be a user name trying to connect or even when need
    to change the quantity in the cart.
    I need the icons to be shown even if ‘input’ field is pressed.

    Other problem is when entering the search field on iPhone.
    Suddenly the screen is scaled and enlarged.
    I have checked it on iPhone 7+.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter webcart

    (@webcart)

    Forgot to mention that the above two problems are in mobile.

    Jesse Pearson (a11n)

    (@jessepearson)

    Automattic Happiness Engineer

    @webcart The icons hide when the keyboard or any other input method is active. If this were not the case, you may not be able to see the field you are working on with some mobile devices.

    As for the search making the screen scale, we were not able to reproduce this on this end. Maybe it is a phone setting that is causing this.

    Thread Starter webcart

    (@webcart)

    Thanks for your prompt reply.
    I will check again the zoom effect on iPhones.
    Regarding the icons hide when the keyboard or any other input method is active –
    I understand that this is the way it should be but my customer wants it not to
    hide. How could I achieve this ?

    Jesse Pearson (a11n)

    (@jessepearson)

    Automattic Happiness Engineer

    @webcart This CSS should keep the footer from hiding:

    
    .sf-input-focused .storefront-handheld-footer-bar {
    	display: block;
    }
    
    Thread Starter webcart

    (@webcart)

    What a great support 🙂
    Thanks again @jesse.
    Solved another mystery…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons disapear and screen size on iPhone’ is closed to new replies.