Questions tagged [tinder]

Tinder is a location-based social discovery application.

Tinder is a location-based social discovery application that facilitates communication between mutually interested users.The application (also available through App Store (iOS), Google Play and now on the Apple Watch) allows users to chat with their matches

83 questions
1
vote
1 answer

UIPanGesture not moving individual view

I am doing a iPhone project in Swift where on top of my homeScreen, I am adding multiple views in a stack. My requirement is to be able to move each individual child view on top of the homeScreen like Tinder card swiping effect. I am using …
bably
  • 1,065
  • 5
  • 17
  • 27
1
vote
1 answer

What's a preferred way of creating a chatroom on Firebase/Swift for two matched users?

I'm working on creating a Tinder clone on Firebase 100%, from authentication up to real-time chat. I've been successful to the point of showing users their mutually interested matches on the Messages View Controller's tableview. Now my problem lies…
Ron Park
  • 75
  • 4
1
vote
1 answer

Message sending in tinder api returns 500 error

I was working with tinder api. I would like to send messages to all matches in tinder accounts via tinder api. But I am getting getting http_code=500 error every time I wish to send the message to the matches. I also tried to update the bio and bio…
1
vote
1 answer

Tinder Laravel matching between 2 models

i have 2 tables namely users and employers . I would like to match them together like tinder style, which means that when both the user and the employer liked each other , they will each receive a notification . However i am not sure how would the…
EggRollMan
  • 583
  • 1
  • 8
  • 20
0
votes
1 answer

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 used in my browser, which is not currently…
0
votes
0 answers

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? `
tesafkdjl
  • 1
  • 2
0
votes
1 answer

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 be available to click, like this: But if I…
Fabio Sousa
  • 261
  • 1
  • 2
  • 11
0
votes
0 answers

Tinder like stack card using Jetpack compose - loading time optimization

I was able to implement a tinder like a card stack using compose just looping and stacking the user profile card on top of them but When I load the screen. It's taking a few seconds to load and is not good UX so I need some suggestions on how can I…
0
votes
1 answer

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 long time to get the data, I want to only get…
0
votes
0 answers

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: import React, { useState } from 'react'; import…
Owolabi Tobi
  • 9
  • 1
  • 3
0
votes
0 answers

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 { "error": "Link expired" }
physt
  • 31
  • 5
0
votes
0 answers

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 is driver.quit() but how to place that. I'm new…
0
votes
1 answer

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 using the Youtube Data API v3. youtube…
shet_tayyy
  • 5,366
  • 11
  • 44
  • 82
0
votes
2 answers

My 'MainActivity' keeps crashing. I don't know if it's my code, database setup or something else

I am having a problem working my app with the new changes the tutorial demanded. I followed the coding rules exactly (with exception of the new 'snapshot' entries as per the new version) and yet my 'MainActivity' keeps crashing. Users are still…
BenDeS
  • 21
  • 3
0
votes
0 answers

Ionic Angular Swiping with Service

I'm trying to implement a swiping function where i can use the data of the service. But i doesnt work. It usually works if i'm create my own array in the page. this is my code so far. I am new to angular and ionic. Am i referencing anything…
Giang
  • 1
  • 1