HomeiOS Developmentios - Telegram hyperlinks not opening in iPhone (React)

ios – Telegram hyperlinks not opening in iPhone (React)


I encountered the hyperlink opening drawback once I was making an attempt to open a hyperlink in asyncronous methodology (opening as about:clean)

axios
  .get(`https://linkmanurl.vercel.app/api/click on/getlink/${encryptedCode}`)
  .then((response) => {
    window.open(response.information.hyperlink, "_blank");
  });

I by some means managed to set a background timer and by the point the timer ends the hyperlink is already fetched and saved in state worth only a click on away from being redirected.

However once I tried to open a telegram bot hyperlink begins as https://t.me/filesharedummybot?begin=Z2xewq2d..., the browser nonetheless opens the about:clean web page for a cut up second after which simply redirects to the bot(telegram app); with out sending the /begin message.

What adjustments do I have to make to the code with a purpose to make it work in iOS and Android each

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments