85 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
0
answers
87
views
React Native: Animate stacked views separately (tinder swipe mimic)
I currently have a loop that generates some Animated.Views on top of one another (like in a ZStack). With my code as is, all the views move together on a single swipe rather than one by one on ...
0
votes
0
answers
67
views
How can I enhance my SwiftUI "SwipeCardUI" package to replicate Tinder-like swipe gestures and animations?
Background
I’ve been developing an open-source SwiftUI package called SwipeCardUI that provides a basic card-swipe interface. It allows users to drag cards left or right and triggers an action once ...
-1
votes
1
answer
82
views
Tinder swiper bot not swiping more than once
I am trying to complete the project "Tinder swiping bot" from the Udemy course "100 Days of Code: The Complete Python Pro Bootcamp". However, I am not able to perform more that one ...
1
vote
0
answers
598
views
Flutter appinioswiper swipe indicator
Is it possible to give the appinioswiper cards two indicators, so that if the user swipes to the left there will slowly appear a text on the left of the card, the more the user swipes to the left. The ...
0
votes
1
answer
236
views
How do I get Selenium webdriver to use the cookies that are stored in my browser for automatically writing a script to test Tinder?
I am writing a Selenium script which is supposed to automatically log into the tinder website and perform some actions. The problem is that I would like the webdriver script to make use of the cookies ...
0
votes
0
answers
144
views
ion slide with cards animation
I have following code to swipe cards. Now I want to swipe the cards like Tinder.
How can I implement this in Angular with Ionic?
`<ion-content>
<ion-slides [options]="{ slidesPerView: ...
0
votes
1
answer
318
views
Tinder textarea element value by JS code direct looks like is different than when you type in it
I have a Tinder script that I run on Tinder web. When I open a match, Tinder shows a textarea element which I can type the message to send to the match, if I type the text in it, the send button will ...
1
vote
1
answer
877
views
Tinderbot is scraping only 1 Image instead of all
I am using a this tinderbot https://github.com/frederikme/TinderBotz
But the scraper is only scraping 1 Image per time. I also tried both ways, False and True but both versions are only scraping 1 ...
0
votes
1
answer
214
views
Flutter: tinder likes cards without a stack
I am developing a language learning quiz app. The person selects a topic (30 words) and I make a request to the server via the API to get a list of translations and transcriptions.
Because it takes a ...
0
votes
0
answers
73
views
Image doesn't show up in react render
I want to add an image in a tinder-clone app. I followed the mern stack tutorial on the clever programmer youtube channel. Unfortunately, the image didn't show up in the browser.
This is my code:
...
0
votes
0
answers
3k
views
How to get Tinder user _id info from expired share URL?
Does anyone know, cant i retrieve user's _id from en expired share link (i.e "go.tinder.com/SlTqHmJVYDg-Lauren")?
so https://api.gotinder.com/user/~SlTqHmJVYDg returns 403 Forbidden and
{
...
0
votes
0
answers
351
views
Kill thread, selenium, tkinter, tinder
When user press start it starts selenium goes to tinder logins and starts swiping, added another button to stop program but cant get my head around it to make it work code.py have function quit() that ...
-1
votes
1
answer
314
views
I want make a Tinder alternative. I think my match mechanism will cost too many database space. How to improve it?
I want make a social app like Tinder.
I will use firebase Auth & firestore.
My match mechanism is:
Every user data will saved in a individual firestore doc.
In user data, will save "like&...
3
votes
1
answer
2k
views
How can I simulate a tap/swipe gesture on some part of the screen programmatically in SwiftUI?
I have a SwiftUI app that behaves similarly to Tinder (built using this guide - or see source code). You just swipe a stack of cards left and right. I have a "thumbs up" and "thumbs ...
0
votes
1
answer
412
views
From a list of YouTube videos rendered in a card stack, the 1st video starts playing in every card on swipe
I am trying to create a Tinder-like swipe functionality with the Youtube videos. I'll provide a detailed description of what I am trying to achieve.
Step by Step breakdown:
Fetch the Youtube videos ...