CSS Image Gallery 2 Support Product Page

Not a problem

Mobile Device Gestures.

Reported 18 May 2015 16:55:16
1
has this problem
18 May 2015 16:55:16 David Slentz posted:
Mobile Device Gestures.
The descriptions states: "For optimal performance on mobile devices you can use native gestures and slide through the images with ease." I have followed instructions to create a responsive CSS ImageGallery2 ... but I am unable to use any mobile device gestures. Is there a parameter I need to know?

Replies

Replied 19 May 2015 08:13:53
19 May 2015 08:13:53 Teodor Kuduschiev replied:
Hello David,
Could you please be a little more detailed? What exactly is not working? When you swipe Left or Right on your mobile device, the images change.
Replied 19 May 2015 15:37:34
19 May 2015 15:37:34 David Slentz replied:
Swiping left and right on my mobile device does not change images.
Your showcase worked fine, but what I set up did not work.

URL to see what I have set up: mgclimate.com/profile.php
Replied 19 May 2015 15:42:02
19 May 2015 15:42:02 Teodor Kuduschiev replied:
I just tested this page on both an iOS and Android devices and it works just like expected.
Replied 19 May 2015 15:49:29
19 May 2015 15:49:29 David Slentz replied:
You are right. My apologies.
I believe the problem I am having is due to the fact that the website display (in portrait mode) on my iPhone 5 seems to slip left and right if I am not careful with how I swipe left and right. Is there something wrong in my coding that would cause the website to slide left and right instead of staying stationary while I swipe?
Replied 19 May 2015 15:59:08
19 May 2015 15:59:08 Teodor Kuduschiev replied:
Well, yes actually your site is close to what we call "responsive" but has some really weird things like:
A container :
<div id="emptyTopXs" class="visible-xs"></div>


Which has the following styles applied, and of course the strange width and left properties cause your website to scroll left/right...:
#emptyTopXs {
    height: 240px;
    left: 340px;
    position: relative;
    width: 10px;
    z-index: -111;
}

Replied 19 May 2015 16:08:08
19 May 2015 16:08:08 David Slentz replied:
Thanks for the advice.
Guess I need to study my code more closely.
Replied 20 Oct 2023 16:50:26
20 Oct 2023 16:50:26 John Piterson replied:
Hi! Due to the difficult economic situation, many people cannot afford to use reliable mobile communications, and the government is trying to help them with this. To use this service, you can contact Safelink Wireless and they will provide you with a free smartphone as well as free call time. You can read more about this on the company’s website, and if you need additional advice, you can call the safelink wireless phone number and their experienced employee will be happy to answer all your questions.

Reply to this topic