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

PhotoSwipe Next/Previous Arrow. missing right & left arrow for mobile device.? android & iphone #869

Closed
alvaro562003 opened this issue Jun 18, 2015 · 3 comments

Comments

@alvaro562003
Copy link

Hello,

i read carefully the case "PhotoSwipe Next/Previous Arrow #839 ".
I download https://github.com/dimsemenov/PhotoSwipe/blob/master/src/css/default-skin/default-skin.scss in the app/css directory.

I modified the part below
/* no arrows on touch screens /
.pswp--touch { .pswp__button--arrow--left, .pswp__button--arrow--right {visibility: hidden;}
by
/
no arrows on touch screens */
.pswp--touch { .pswp__button--arrow--left, .pswp__button--arrow--right {visibility: visible;}
and the arrows do not appear.

The is only other css file is photoswipe.css
I am using "intel xdk" to simulate android/IOS devices.

@alvaro562003
Copy link
Author

After some search, i have found the cause (...not an explanation!!).

In the working version :
in the NON-working version

@alvaro562003
Copy link
Author

After some search, i have found the cause (...not an explanation!!).

In the working version : "href="photoswipe.css"
in the NON-working version "href="css/photoswipe.css"

@dimsemenov
Copy link
Owner

Arrows on touch devices are hidden just via this visibility:hidden style, nothing else. If it doesn't work for you, make sure that it isn't applies.

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

No branches or pull requests

2 participants