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

Can't navigate in mobile browser #146

Closed
eranchetz opened this issue Jun 9, 2015 · 8 comments
Closed

Can't navigate in mobile browser #146

eranchetz opened this issue Jun 9, 2015 · 8 comments

Comments

@eranchetz
Copy link

Seems like there is now way to navigate between slides on mobile devices.

@notenociz
Copy link

I found this too

@LeaVerou
Copy link
Owner

There is one workaround, though it's not ideal. There is always an on-screen navigation, which becomes visible on iframe slides and the like. You can show it always on mobile. Something like:

@media (/* media query to detect mobile */) {
  #onscreen-nav { display: block !important }
}

@bradkemper
Copy link

I saw those buttons when I opened the slides on an iPad, but they didn’t seem to do anything.

@LeaVerou
Copy link
Owner

It does look like their clickable area is smaller than it should be. That sounds like a separate bug.

@bradkemper
Copy link

I guess gesture support never got merged?

#25

@LeaVerou
Copy link
Owner

Yeah, not sure what happened there. If anyone is willing to modernize that code, we can look into it again.
But before that, I need to port my latest changes into this repo, for the last few months I've been mostly making changes in the csss subtree in https://github.com/leaverou/talks
(btw if anyone knows a better solution than subtrees to keep these two in sync let me know, subtrees are awful!)

@sportdeath
Copy link

It seems like this is still an issue!

On iOS I can see navigation buttons but tapping them does nothing. It is still possible to navigate to other slides by manually changing the URL fragment.

IMG_5223

@LeaVerou
Copy link
Owner

This should be fixed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants