I'm trying to add custom links to the StatusCard.jsx. While the existing links (Apple Maps, Google Maps) work fine with a single tap, my custom links only work when long-pressing them and then pressing the preview. A normal tap doesn't trigger any action.
I've copied the implementation style of the working links (Apple Maps, Google Maps)
The custom links are structured the same way as the existing ones.
Long-press functionality works as expected
Single tap functionality doesn't work at all. It should open external browser on phone.
[object Object]
Are there specific requirements or considerations for implementing custom bottom menu links in the iOS app?
Is there additional configuration needed to enable single-tap functionality?
I really looked at everything but i can't find the problem. It's really weird.
Every help is appreciated. Thank you!
coloque o icone na pasta direto na pasta public, troque o nome do icone para o icone quer vocĂȘ quiser, e obviamente troque o link, coloque o link que vc quiser.
I'm trying to add custom links to the StatusCard.jsx. While the existing links (Apple Maps, Google Maps) work fine with a single tap, my custom links only work when long-pressing them and then pressing the preview. A normal tap doesn't trigger any action.
I've copied the implementation style of the working links (Apple Maps, Google Maps)
The custom links are structured the same way as the existing ones.
Long-press functionality works as expected
Single tap functionality doesn't work at all. It should open external browser on phone.
Are there specific requirements or considerations for implementing custom bottom menu links in the iOS app?
Is there additional configuration needed to enable single-tap functionality?
I really looked at everything but i can't find the problem. It's really weird.
Every help is appreciated. Thank you!