Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Message send but view in android Phone #2412

Open
tls-jil opened this issue Nov 12, 2024 · 0 comments
Open

Button Message send but view in android Phone #2412

tls-jil opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@tls-jil
Copy link

tls-jil commented Nov 12, 2024

Description

I am able to send Button and list option Messages and able to view them on my iPhone and web WhatsApp but on my other Android phone it does not show any message I used to send text function for the send button Message, but on Android, I am able to see ListOption Message but not able to view Button Message on Chat

the code is as follows if anyone has any ideas please suggest me

wpClient
.sendText(number + "@c.us", data.message, {
buttons: data.buttons,
title: data.title,
footer: data.footer,
})
.then((result) => {
console.log("result", result);

    if (result && result.id) {
      isMessageSend = true;
    } else {
      isMessageSend = false;
    }
  })
  .catch((erro) => {
    console.log("Message Send Error : ", erro);
  });

Environment

  • WPPConnect version(s): 1.35.1
  • Browser: Chrome
  • OS: Ubuntu 22.07
  • Node version: v18.17.0
@tls-jil tls-jil added bug Something isn't working needs triage labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant