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

android app nostr link not using njump #1288

Open
umk0m1qk opened this issue May 13, 2024 · 2 comments
Open

android app nostr link not using njump #1288

umk0m1qk opened this issue May 13, 2024 · 2 comments
Labels
enhancement 🆙 New feature or request good first issue Good for newcomers

Comments

@umk0m1qk
Copy link

Your in-app nostr link should direct to njump rather than Snort so that users can find & follow your npub in their default nostr client. This is the proper share link:

https://njump.me/npub1p2psats79rypr8lpnl9t5qdekfp700x660qsgw284xvq4s09lqrqqk3m82

@Reckless-Satoshi Reckless-Satoshi added the enhancement 🆙 New feature or request label May 13, 2024
@Reckless-Satoshi
Copy link
Collaborator

Good one! Thank you @umk0m1qk

@Reckless-Satoshi Reckless-Satoshi added the good first issue Good for newcomers label May 13, 2024
@KoalaSat
Copy link
Member

KoalaSat commented Jun 28, 2024

I think additionally would be great to use the nostr: protocol if we are in mobile:

const nostrClick = (): void => {
    if (isMobile) {
      window.location.href = `nostr:${nostrPubKey}`
    } else {
      window.open(`https://njump.me/${nostrPubKey}`, '_blank', 'noopener,noreferrer')
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🆙 New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants