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

How to get the onPress event of customToolbarButtons for particular button? #14880

Closed
2 of 11 tasks
RiteshTriveni opened this issue Jun 28, 2024 · 11 comments
Closed
2 of 11 tasks
Labels

Comments

@RiteshTriveni
Copy link

What happened?

How to get the onPress event of customToolbarButtons for a particular button?
like passing into the config
customToolbarButtons: [
{
icon: "https://w7.pngwing.com/pngs/987/537/png-transparent-download-downloading-save-basic-user-interface-icon-thumbnail.png",
id: "btn1",
text: "Button one",
onClick: () => {
console.log('Hello');
}
}, {
icon: "https://w7.pngwing.com/pngs/987/537/png-transparent-download-downloading-save-basic-user-interface-icon-thumbnail.png",
id: "btn2",
text: "Button two"
}
],

i want to get onPress event of above buttons

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

"@jitsi/react-native-sdk": "2.2.1",

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@Bhoomi-tgs
Copy link

Facing Same issue, can anyone please suggest here?

@saghul
Copy link
Member

saghul commented Jul 2, 2024

@Calinteodor can you PTAL?

@Bhoomi-tgs
Copy link

@saghul @Calinteodor
Is there any update here?

@Calinteodor
Copy link
Contributor

We are still looking into it.

@Bhoomi-tgs
Copy link

@Calinteodor any update for this issue?

@Calinteodor
Copy link
Contributor

Not yet. As soon as a fix will be available you will be able to see it here.

@Bhoomi-tgs
Copy link

okay, Thank you

@Calinteodor
Copy link
Contributor

In the meantime, if you want, you can propose a fix/solution to this and we will review it. All the best.

@Bhoomi-tgs
Copy link

Hello, is there any update here?

@Calinteodor
Copy link
Contributor

Please take in consideration what I mentioned above. Thank you.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Sep 22, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants