Questions tagged [whatsapp]

WhatsApp Messenger is a proprietary, cross-platform instant messaging application for smartphones. In addition to basic messaging and video calling, WhatsApp Messenger users can send each other images, video and audio media messages.

WhatsApp Messenger is a cross-platform mobile messenger supporting end-to-end encryption. It replaces SMS and works through the existing internet data plan of a device. Aside from supporting text messages, it also supports sharing (GIF) images, videos and audio messages.

WhatsApp is available for iPhone, Android and Windows Phone devices. It can additionally be accessed via the internet browser of desktops.

For more information, visit WhatsApp.com or read the Wikipedia entry on WhatsApp.

3065 questions
8
votes
4 answers

Loading images from URL partially, just like what is implemented in WhatsApp

WhatsApp developers recently improved the image loading in which immediately loading some portion of the image (getting its dimension and some pixels of the images) and then after loading the entire image, replace the placeholder with the full…
Eng.Fouad
  • 115,165
  • 71
  • 313
  • 417
8
votes
2 answers

Sending message through WhatsApp By intent

How I can send massage from my app to Special number in whatsapp , I know this code to share massage to group or contact on whatsapp Intent waIntent = new Intent(Intent.ACTION_SEND); waIntent.setType("text/plain"); String text = "Sorry For…
Abdullah AlHazmy
  • 1,299
  • 1
  • 13
  • 22
7
votes
1 answer

Whatsapp URL error ' Phone number shared via url is invalid" even if mobile number is active on whatsapp

I am using Selenium.webdriver to send message on whatsapp using URL "url = 'https://web.whatsapp//send?phone='+lead+'&text=' + message" but its showing error after yesterday(16/11/2022) Phone number shared via url is invalid how can it be…
7
votes
3 answers

Thumbnail and Description are not being Displayed on Whatsapp Preview Link

I know there are similar questions about this here and here. I have done the mandatory steps of 2020 standard from those links but description and thumbnail are still not being displayed on WhatsApp. The link that I have been testing is:…
Chrisma Daniel
  • 165
  • 2
  • 3
  • 8
7
votes
1 answer

How to start a videocall from Delphi Android app?

I'm looking for a way to start a videocall from my Android app written in Delphi 10.3. For that I want to use Android intents to 3rd-party app (WhatsApp or Skype). Here's what I have already tried. I'm using 123 as contacts id, expecting that even…
Kromster
  • 7,181
  • 7
  • 63
  • 111
7
votes
1 answer

how to send image or video to whatsapp status in android programmatically?

How to send image or video to the WhatsApp Status (or story) in android. we can send an image to contact by using: Intent sendIntent = new…
7
votes
2 answers

Whatsapp Automated Bot not able to search in WhatsApp Contact List

I'm trying to implement a WhatsApp bot, which uses the chromedriver and opens whatsapp web, and sends messages to the contacts. These are the steps of the program: Reads the contacts from an excel file Set the time, when you want to send the…
skkrish
  • 287
  • 4
  • 23
7
votes
2 answers

iOS Push Notification When app is killed

I was wondering how does WhatsApp handle the Video Push Notification when the app is killed from the background. Taking into consideration that the app icon is clicked and not the notification. 1- The Push Notification keeps showing every 5…
Ali
  • 497
  • 1
  • 4
  • 16
7
votes
3 answers

Auto Reply to WhatsApp message in background

I just checking out the Application, is doing auto reply to WhatsApp message in background. I also trying to doing so, but can't get success in it. I had tried : Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); …
Rocky
  • 2,903
  • 1
  • 22
  • 26
7
votes
3 answers

UIActivityViewController Error: Failed to determine whether URL is managed by a file provider

I record a video in my app and write it it to the temp directory to allow the user to share it through UIActivityViewController. The video can successfully be played back in-app, and through UIActivityViewController can successfully be sent through…
Jake G
  • 1,185
  • 9
  • 19
7
votes
5 answers

How can i fetch Whatsapp user's status and display in my android app?

I want to fetch live status from Whatsapp into my android activity. Is it possible to do this? If yes your guidance will be really appreciated. Please see the image i want to make an activity containing all the statuses. Just like the image Thanks
Nauman Shafqat
  • 71
  • 1
  • 1
  • 3
7
votes
2 answers

How to connect a WhatsApp group to Telegram group? any bot is there?

If we can connect a WhatsApp group to telegram group and get messages from whatsapp to telegram and vice versa then that will be great. Is any bot program available to do that. How to setup a bridge or something like that?
Ranjith Siji
  • 1,125
  • 3
  • 12
  • 19
7
votes
3 answers

How to change the active chat in web whatsapp via selenium or javascript with Python 3

I am steering web whatsapp via selenium via Python, i was wondering if it is possible to change the active (top chat. If a message is recieved, the chat won't be set as active, it will always remain in the background. In Javascript, one can see a…
Kev1n91
  • 3,553
  • 8
  • 46
  • 96
7
votes
0 answers

Sending WhatsApp messages without confirmation

There are similar questions, yet they do not address the Pebble smartwatch nuance that I mention below. I am developing an Android app which has an option of sending a text message via WhatsApp. As to my knowledge, there's no possible way to do it…
7
votes
2 answers

How to send message and link to WhatsApp in Swift 3?

How to send a message and link to WhatsApp in Swift 3 I'm using this code: Code Message errore to the console: ...failed for URL: "whatsapp://send?text=Check" - error: "This app is not allowed to query for scheme whatsapp" Thank you
GURU
  • 323
  • 1
  • 4
  • 12