Page 1 of 1

Slider - TOUCH CONTROL ON MOBILE AND ON PC

Posted: Tue Aug 14, 2018 10:01 am
by rostlerkk
Hi, can somenone explain me, how to create picture slider, which can user control with touch (on mobile devices and on pc too) or with buttons ?

I need create slider exactly as here : https://v7-moving-pictures.com/klosterb ... LyGptKUd8G


Thanks.

Re: Slider - TOUCH CONTROL ON MOBILE AND ON PC

Posted: Tue Aug 14, 2018 3:24 pm
by 360Texas
I think the slider is a jquery javascript module called jquery.easing and iosslider.min.js

Maybe Panot2vr has something similar otherwise look to google search javascript and iossslider.

borrowed from page to show example:

Code: Select all

<script src="module/slider/jquery.easing-1.3.js"></script>
<script src="module/slider/jquery.iosslider.min.js"></script>

Re: Slider - TOUCH CONTROL ON MOBILE AND ON PC

Posted: Wed Aug 29, 2018 2:51 pm
by Tony
Hi,

Where in the tour is the slider located? I can't seem to find it :?

Tony

Re: Slider - TOUCH CONTROL ON MOBILE AND ON PC

Posted: Wed Aug 29, 2018 4:43 pm
by 360Texas
Hi Tony,

I visited their site.
https://v7-moving-pictures.com/klosterb ... LyGptKUd8G

clicked on Chomes vertical [...] buttons selected More tools/ Developer tools.

Then looked at the HTML page code and found <script src module/slider code lines.

The only page elements that appear to slide are the page right side MENU.

Click and watch it expand open/close. (read slide)

JQuery has a feature for called vertical menu envelop that when click.. it expands down the menu item boxes.

Re: Slider - TOUCH CONTROL ON MOBILE AND ON PC

Posted: Thu Aug 30, 2018 1:18 am
by Tony
Hi Dave,

Ah, I was looking for a larger in-pano slideshow, but now I see the action with the thumbnails in the right hand side menu bar.

This is the web page for iosscripts that sell the slider https://iosscripts.com/

Should be pretty easy to implement using a iFrame

Tony