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
1
vote
0 answers

How to configure a WhatsApp Share button for iOS and Android?

The problem is that Android and iOS have different schemes URL. For Android: Hello, world! For iOS - Objective-C NSURL *whatsappURL = [NSURL…
llgruff
  • 69
  • 2
  • 10
1
vote
1 answer

Whatsapp button working on Android but Blank on IOS

This code is working good on android device like Samsung Galaxy Tab and S3 etc. After selecting a contact, it appears TheTitle -> TheURL. But it's not working at iOS device like iPhone 6 plus and iPhone 5. After selecting a contact, the TheTitle ->…
Kamarul Anuar
  • 312
  • 4
  • 16
1
vote
1 answer

Error trying to install yowsup on windows

I followed instructions as given here I installed python 3.4.3, then installed zlib and finally executed python setup.py install after downloading extracting the yowsup from hereenter link description here and changed directory to yowsup-master. But…
rahulserver
  • 10,411
  • 24
  • 90
  • 164
1
vote
2 answers

ios Whatsapp Sharing not working for iphone 5s

Here is the code. I took it from http://www.whatsapp.com/faq/en/iphone/23559013 It goes into if condition. But do nothing. This code worked for iphone 5. And in case of iphone 5s nothing happened. It is not opening Whatsapp URL. NSURL *whatsappURL =…
1
vote
0 answers

How to use WhatsApi4J to work with whatsapp

We are trying to connect to whatsapp using the WhatsApi4J.jar . I had downloaded the WhatsApi4J.jar file from github , but there is no example on how to use the API. Can anyone tell me the process ?? i want to 1) register the phone 2) send…
prashanthp
  • 85
  • 2
  • 8
1
vote
1 answer

is it possible to share text from apple watch app?

I wants to share some text from my apple watch application to social media OR messaging apps . I found something from here - presentTextInputControllerWithSuggestions:allowedInputMode:completion: I can able to show my text but not getting option to…
Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63
1
vote
0 answers

In WhatsApp or Hangouts, how do I know if user actually shared or cancelled sharing activity?

I have this code. public static void sharedWhatsappOrHandout(Activity destination, String stringShared){ Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, stringShared); …
Cabezas
  • 9,329
  • 7
  • 67
  • 69
1
vote
1 answer

Send message to specific number whatsapp android?

How can I send message to specific number in whatsapp. I searched and found this code Uri uri = Uri.parse("smsto:" + number); Intent i = new Intent(Intent.ACTION_SENDTO, uri); i.putExtra("sms_body", "as sdj ajs"); …
WISHY
  • 11,067
  • 25
  • 105
  • 197
1
vote
1 answer

Whatsapp URL scheme does not allow query parametrs in iOS

I am not able to share any link which has query parameters like second one. whatsapp://send?abid=2&text=http://www.google.com WORKS FINE whatsapp://send?abid=2&text=http://www.google.com/?search=123 DOES NOT WORK
nr5
  • 4,228
  • 8
  • 42
  • 82
1
vote
1 answer

Open Whatsapp using Custom URL Scheme from Android Phonegap

I have tried to open Whatsapp from Android Phonegap but getting application error: "The protocol is not supported. (whatsapp://send?text=Hi)" Tested on Andriod phones 2.3 and 4.4. But same error is shown Javascript: document.location.href =…
k.a
  • 11
  • 1
  • 3
1
vote
1 answer

Flexible Space effect used in new Whatsapp app

I want to make a effect like when you are in the contact activity (after click on name of person in conversation) in the new Android Whatsapp app. The Title and subtitle move from left to right and down to up until fix in the right position. I'm…
WitaloBenicio
  • 3,395
  • 5
  • 25
  • 32
1
vote
1 answer

Set nickname with emoji using official WhatsApi for PHP

I want to add two emoji in the Nickname with WhatsAPI official library for PHP, to send a message. $w = new WhatsProt($username,"MyNickname+SoccerBall+Pizza", true); So I want that My Nickname will be display with the soccer ball and pizza emoji…
I love coding
  • 1,183
  • 3
  • 18
  • 47
1
vote
0 answers

How to open a database (.crypt8) file?

I have to open a database (.crypt8) file in my computer. I followed this video, but this method it requires root access to work. How could I achieve this?
1
vote
2 answers

Need to create a custom view like ABPeoplePickerNavigationController

I want to create a custom view that is just like contacts in iPhone. Is there any tutorial available to make a custom view just like ABPeoplePickerNavigationController? Please note that I do not want to open the default people picker controller…
Nirmit Dagly
  • 1,272
  • 1
  • 12
  • 25
1
vote
2 answers

How can I open a whatsapp chat from mobile webpage?

I am looking for a way to open whatsapp chat through a webpage opened in mobile browser. Like if a user opens my webpage using a smart device and clicks on a link, it should open the whatsapp chat application on the smart device. I did some research…
j4rey
  • 2,582
  • 20
  • 34