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
4
votes
3 answers

Sending Whatsapp message to a specific contact number (Swift Project)

I'm trying to send a whatsapp message to a recipient number stored in a global variable! By using this simple code: let whatsAppUrl = NSURL(string: "whatsapp:\(globalPhone)") if UIApplication.shared.canOpenURL(whatsAppUrl as! URL) { …
Mariah
  • 573
  • 3
  • 10
  • 26
4
votes
0 answers

How the Web Whatsapp Sends the message?

I have been trying to inspect the whatsapp messages. I know Web WhatsApp uses the WebSockets. I can see some of data. But when I send message it just comes up with Binary coded data. It doesn't send XHR request. Then how does it sends message…
Disha Shukla
  • 133
  • 1
  • 11
4
votes
1 answer

Handling notification like whatsapp when application is forcefully close in iOS?

I am creating a chat messenger app like whatsapp and trying to implement notification functionality similar to whatsapp. In whatsapp when you receive a notification it stores the data somewhere and when you turn off your wifi and go into the app the…
Nakib
  • 4,593
  • 7
  • 23
  • 45
4
votes
1 answer

Android Share Intent file format not supported

I am trying to share an image from my drawable folder. It worked before but now for some reason whenever I try to share I will select the person to share it to, and it will give me an message that says: "file format is not supported". For some…
Okke Trommelen
  • 165
  • 1
  • 3
  • 12
4
votes
1 answer

whatsapp://send?text cut string from '&' character till end?

I'm trying to add a link that can be shared in WhatsApp: For example: "whatsapp://send?text=http://www.example.com/products/women/dresses?sessionid=34567&source=google.com" But the link that is sent in WhatsApp is truncated from the '&' until the…
BIBI
  • 327
  • 1
  • 5
  • 15
4
votes
1 answer

Android - Animation onClick in image of RecyclerView as Whatsapp

How I can clicking on an image of a row of a RecyclerView, display an image in the center of the screen with an animation like Whatsapp? Thank you
IMS
  • 265
  • 4
  • 17
4
votes
3 answers

Whatsapp: Un able to share current link with Javascript

i am trying to share the current link in whatsapp by using the following javascript and HTML