I need one of my website pages to redirect to a custom URL that will cause my installed app to open. In normal JavaScript, I would do something like:
location.replace("myapp://thankyou")
I tried using Corvid with
wixLocation.to("myapp://thankyou")
but it seems like to() is confined to http, https, mailto and tel.
Is there a way to achieve what I need? SquareSpace has javascript code injection which does what I need, but I prefer to remain on Wix ![]()
Thanks in advance for your help!