Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] back to top arrow not showing on mobile #280

Closed
michaeloliverx opened this issue Dec 12, 2020 · 3 comments
Closed

[BUG] back to top arrow not showing on mobile #280

michaeloliverx opened this issue Dec 12, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request Safari Bugs on Safari
Milestone

Comments

@michaeloliverx
Copy link

michaeloliverx commented Dec 12, 2020

I have been testing out the theme on my iPhone. In portrait mode I can't get the back to top arrow to show up:
image

In landscape it does appear:

image

Also I it might be better to set
apple-mobile-web-app-status-bar-style to another option because text appears above the header like here:
image
(This happens when you "Add to home")

@michaeloliverx michaeloliverx changed the title [BUG] back to too arrow now showing on mobile [BUG] back to top arrow not showing on mobile Dec 13, 2020
@reuixiy
Copy link
Owner

reuixiy commented Dec 16, 2020

  1. back to top arrow not showing on mobile

    It's a feature actually, since user can easily scroll to top on a mobile device. But we could/should add an option for it.

    #back-to-top {
    display: none;
    }

  2. Also I it might be better to set apple-mobile-web-app-status-bar-style to another option

    Agreed.

@reuixiy reuixiy added bug Something isn't working Safari Bugs on Safari enhancement New feature or request labels Dec 16, 2020
@reuixiy reuixiy added this to the v4.6.0 milestone Dec 16, 2020
reuixiy added a commit that referenced this issue Dec 16, 2020
@reuixiy
Copy link
Owner

reuixiy commented Dec 16, 2020

So just fixed that :)

  1. Add a new param displayBackToTopOnMobile and set it to true in your config.toml, see 9d7ce99
  2. You may need to delete the app from your phone then re-add it to the home screen to see the changes

And you should update MemE to the latest version, firstly.

@michaeloliverx
Copy link
Author

Thanks, good job !

ulmefors pushed a commit to ulmefors/hugo-theme-meme that referenced this issue Jan 22, 2024
ulmefors pushed a commit to ulmefors/hugo-theme-meme that referenced this issue Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request Safari Bugs on Safari
Projects
None yet
Development

No branches or pull requests

2 participants