whatsapp Questions
2
Solved
I'm trying to create a link to start a conversation on whatsapp from my react native app, but the method Linking.canOpenURL() is allways retuning false...
My code is the following:
const url = `w...
Retrace asked 10/3, 2018 at 15:45
12
const version = indexHtml.match(/manifest-([\d.]+).json/)[1];
^
TypeError: Cannot read properties of null (reading '1')
at LocalWebCache.persist (/Users/abc/Desktop/haba/node_modules/whatsapp-web.j...
Cilka asked 3/4 at 7:15
2
I'm using the link wa.me in a web application for open a chat with a message with emojis. With the message like "Hi 😉" the formed link is like this:
https://wa.me/XXXXXXXXXXXXX?text=Hi+%...
6
Solved
I'm using the WhatsApp API to send template messages. Currently have an approved template created for the 'es' language (Spanish), but the API returns 404 every time I try to send it to a phone num...
9
Solved
I want to open whatsapp from my Flutter application and send a specific text string. I'll select who I send it to when I'm in whatsapp.
After making some research I came up with this:
_launchWhatsa...
Shrike asked 31/3, 2020 at 10:2
21
I want an Intent to take control you directly to WhatsApp. So the moment the user clicks on the button, the Intent is supposed to take you to WhatsApp.
This is the code I wrote after following a fe...
Marlinmarline asked 17/7, 2016 at 14:28
2
It seems very easy to find the optimal size for sharing a link on Facebook. I have an app that shares to Facebook and the image shows perfectly. I'm using the same sizes for Whatsapp, but what happ...
Boatbill asked 8/7, 2016 at 12:10
3
Solved
for some reason it doesn't want to send buttons, I looked it up online but didn't found help, here's my code:
const { Client, LocalAuth ,MessageMedia, Buttons } = require('whatsapp-web.js');
cons...
Polio asked 25/9, 2022 at 8:18
2
Basically I want to send an image and some texts to WhatsApp from my website when the user clicks on the chat with WhatsApp icon
So I want to redirect users from my website to my WhatsApp chat!
I k...
Hyksos asked 16/1, 2021 at 14:54
8
I've setup a WhatsApp Business to test their new WhatsApp API for sending messages. I've followed the getting started guide, but I'm running into an issue when trying to send a test message to my p...
Unbelief asked 15/6, 2022 at 9:30
3
Solved
How can I excatly do a similar Date system like the one in the Whatsapp chat screen?
As you can see the messages are in a group by date, I mean they are separated by date.
Here is a ScreenShot th...
Mande asked 15/4, 2020 at 19:58
9
Using the module pywhatkit you can send messages on WhatsApp,
I used the script:
import pywhatkit as w
w.sendwhatmsg("xxxxxxxx", " this is a generated msg",9,26)
x is the numb...
10
Solved
A mobile website can be customized to allow users to share a pre-filled message in WhatsApp to a manually chosen contact. As given here it is done using Custom URL Scheme. An example:
<a href="...
Bortman asked 23/3, 2015 at 19:6
6
I created below template in Whatsapp API. And I want to set the parameter value in the API call. What is the correct payload ? I have been following the Meta docs and trying but every time I get er...
24
Solved
How can we include an image in our website to display in WhatsApp when we share a link like this?
Magellan asked 4/11, 2013 at 22:36
4
I have not granted SMS permission to WhatsApp on my device HonorView10 running on EMUI9. Recently I changed the number registered with WhatsApp and it send the verification code to new number (the ...
Butters asked 30/1, 2019 at 5:7
2
I am trying to mimic what WhatsApp is doing when taking a screenshot of View Once photos, which is to add an overlay to the content that is sensitive (see image below)
From what I see in the docume...
Tomika asked 2/6, 2023 at 11:41
28
Tried to follow this question : Provide an image for WhatsApp link sharing
I have created a simple HTML webpage with the basic Facebook metatags:
<!--FACEBOOK-->
<meta property="og:t...
Glover asked 3/8, 2014 at 1:56
3
so I have an edit text that will be used as a view to get phone number from user, say if the phone number is +6123456789 , I want to check if this number has whatsapp number or not,i want to avoid ...
7
Solved
I am using this dependency url_launcher: ^5.4.1 in my project to launch whatsapp through my flutter application but when i am pressing button to launch application it is not working but showing an ...
15
Solved
I'd like to place a link on a webpage which opens a whatsapp chat with a certain whatsapp contact. In other words: I want a "contact me by whatsapp" link to go next to the page's "Contact us my fac...
Wiatt asked 20/5, 2015 at 8:39
6
Solved
I'm using Whatsapp Click-to-chat functionality, without a phone number. It previously worked but with the new Chrome version 76.0.3809.132, both on iOS and Android is not working anymore. On Androi...
Satiny asked 29/8, 2019 at 13:14
3
after long Googleing which didn't brought the result I hoped it would, I have two questions about accessing WhatsApp from another Android app.
First of all I want to explain my current development...
2
Solved
Whatsapp-web js doesn’t fire ready event and other only fire Qr event. I alos scan and authenticate the whatsapp correctly. but not working ready event.
const { Client } = require('whatsapp-web.js'...
Assuasive asked 25/8, 2023 at 3:23
0
As there is no documentations about using API to send messages to Whatsapp channel, i tried this library "whatsapp-web.js" (which uses Puppeteer to run a real instance of Whatsapp Web) bu...
Pastiche asked 2/9, 2023 at 18:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.