Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

[BUG] Template-Buttons are broken on IOS & Android.

Open Kuroosh opened this issue 1 year ago โ€ข 5 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android.

Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too.

Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Kuroosh avatar Sep 16 '22 15:09 Kuroosh

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android.

Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too.

Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Acho que o mรกximo รฉ 3 botรตes de url, call etc...

undefined-60 avatar Sep 16 '22 23:09 undefined-60

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android.

Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too.

Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Only 2 url buttons are supported

Darker935 avatar Sep 19 '22 21:09 Darker935

Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android. Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too. Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Only 2 url buttons are supported

no they are not wtf. it worked with 5 url buttons too before.

Kuroosh avatar Sep 20 '22 09:09 Kuroosh

Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android. Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too. Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Only 2 url buttons are supported

no they are not wtf. it worked with 5 url buttons too before.

Yes, on IOS devices up to 5 buttons are visible and on Whatsapp Web they are practically infinite, on Android only 3, which is the default

Inevitable-Dev avatar Sep 20 '22 20:09 Inevitable-Dev

Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior:

  1. Use this code :
const groupHelpButtons = [
    { index: 1, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/KCZMVKfwgUm31pclF30fw4' } },
    { index: 2, urlButton: { displayText: '๐Ÿคโค๏ธ VenoX Dating ๐Ÿคโค๏ธ ', url: 'https://chat.whatsapp.com/FO7JV5n5ksR5fAgBn99P6A' } },
    { index: 3, urlButton: { displayText: '๐Ÿค๐Ÿ’™ VenoX Chill Gruppe 2 ๐Ÿค๐Ÿ’™', url: 'https://chat.whatsapp.com/Fzs9OjPeDlI81dtBKSMA2P' } },
    { index: 4, urlButton: { displayText: '๐Ÿค๐ŸŒˆ VenoX LGBTQ ๐Ÿค๐ŸŒˆ', url: 'https://chat.whatsapp.com/J0UtFR0l61O3hgtguPXhzT' } },
    { index: 5, urlButton: { displayText: '๐Ÿค๐Ÿ’ฆ VenoX Nudes ๐Ÿค๐Ÿ’ฆ', url: 'https://chat.whatsapp.com/BoGQCVRPTC1B5fxfND2PAX' } },
    { index: 6, urlButton: { displayText: '๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ—’๏ธ VenoX Admin Apply ๐Ÿ—’๏ธ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ', url: 'https://chat.whatsapp.com/KCfW5oBbhC4Kv7g2ToGQil' } },
    { index: 7, urlButton: { displayText: '๐Ÿšซโš ๏ธ VenoX Unban Apply โš ๏ธ๐Ÿšซ', url: 'https://chat.whatsapp.com/EdpufHmYGj0FdHmg5UdqIZ' } },
    { index: 8, urlButton: { displayText: '๐Ÿงช๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ VenoX Test Bot ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿงช', url: 'https://chat.whatsapp.com/CmvBnhy0RBdFk5y4BeQm2v' } },
]

Expected behavior Should show Template Buttons on IOS & Android. Environment (please complete the following information):

  • Is this on a server? Yes.
  • What do your connectOptions look like? Good.
  • Do you have multiple clients on the same IP? Yes.
  • Are you using a proxy? No.

Additional context It worked before. Now its only visible on WA Web. Normal Buttons working fine. Button Sections working fine too. Only Template Buttons with URL are broken ( newest WA Version on both plattforms ).

Only 2 url buttons are supported

no they are not wtf. it worked with 5 url buttons too before.

Yes, on IOS devices up to 5 buttons are visible and on Whatsapp Web they are practically infinite, on Android only 3, which is the default

you have working templates on ios?

enoksaju avatar Sep 20 '22 21:09 enoksaju

This issue is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days

github-actions[bot] avatar Sep 27 '22 03:09 github-actions[bot]