All Questions
Tagged with swipeview javascript
12 questions
7
votes
3
answers
8k
views
On iPhone, Vimeo Javascript API .play() function doesn't work until the video has been played
I'm using SwipeView (http://cubiq.org/swipeview) to create a swipeable slideshow on touchscreen devices. This is simple enough with images, but I want to include a Vimeo video in the slideshow as well....
0
votes
1
answer
112
views
How to clear inbetween webpages while moving from nth page to 1st page in HTML or JS
I'm new to web programming. I'm working on PhoneGap android app. In that create a page from that i moving to many pages by swiping right side.
Problem: Suppose if i moved to nth page from that if ...
1
vote
0
answers
209
views
Whether SWIPER by idangero.us is compatible with android versions 2.2.1 and 2.3.5.?
I have implemented SWIPE VIEW using the plugin by idangero.us from here.
I have implemented it it is working for the higher versions of android.
But, for the lower versions. I am neither able to see ...
0
votes
1
answer
497
views
How to implement SWIPE VIEW for android devices with lower versions?
I am working on a Phone Gap project implementing a SWIPE VIEW. I have implemented the swipe view using this.
It works perfectly in devices with higher version-I have checked it in 4.1.2 version.
...
4
votes
1
answer
2k
views
how to implement Swipe view in mobile using javascript?
I am implementing a project in Phonegap-android.i would like to add a SWIPE VIEW for the length of the data available in the database.
Please guide how to implement the swipe view using java script ...
1
vote
0
answers
934
views
how to use hammer.js along with javascript?
how to use the Hammer.js. I want the swipe view for an application in Phone gap. **EXACTLY --->i mean sort of step by step process.i found some based on it i tried implementing.
it did not work.the ...
1
vote
0
answers
2k
views
How to implement SWIPE VIEW for phonegap-android dynamically?
I am aiming to do a phone gap-android project.
I want to implement the swipe view (as in android with page-controller) in phone gap but preferably using Java script.
I saw there are many options ...
0
votes
0
answers
202
views
Nesting Swipeviews
I've come across a situation where I have parent SwipeView carousel (works fine) and inside one of the pages I need to make an image carousel (with swiping). I was hoping to use SwipeView for it, but ...
0
votes
1
answer
558
views
Linking to other pages on SwipeView Slides
I implemented the touch slide using SwipeView (http://cubiq.org/swipeview) correctly but I need to go beyond and allow each image slide to link to another page.
Have you ever done this?
Please tell ...
0
votes
1
answer
457
views
Detect swipe direction with SwipeView
I'm use the great SwipeView library from cubiq.org.
The fact it uses endless optimized scrolling is great but I can't seem to find how to cleanly detect the swipe direction. I need this to update the ...
11
votes
1
answer
2k
views
Swipeview - show preview/snippet of next item?
I am using Swipeview (http://cubiq.org/swipeview) to create a touch-enabled carousel working on an iPhone and Android. The basics works great.
My problem starts when i try to get it to show 25% of ...
3
votes
2
answers
4k
views
How to use iScroll4 with SwipeView?
I'm using iScroll4 to create a horizontal scroll effect on an image within a mobile website. iScroll works fantastic, but the problem is the image contained in the iScroll wrapper disables native ...