Slider - TOUCH CONTROL ON MOBILE AND ON PC

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
rostlerkk
Posts: 49
Joined: Thu Mar 08, 2018 12:44 pm
Location: Kežmarok, Slovakia

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.
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

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>
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi,

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

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

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.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

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
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
Post Reply