How do I redirect to a different app?
I tried both setting a button link to to an app scheme and just the wixLocation. Is there some other way to do this?
But neither seem to do anything, and I get errors in preview mode saying it’s not a supported link type? And to clarify, you cannot add https:// to the beginning of iOS app schemes.
You are getting “errors in preview mode saying it’s not a supported link type”, because it’s not a supported link type. Refer to the Button.link and wix-location.to() for the list of supported link types.
As far as I remember if you use https://tinyurl.com/ shortcut it can work.
It also works if you open it via an iframe.
(I might be wrong, but I think I tested both ways in the past).
@yisrael-wix What? How do other sites do it then? I just want to open my app like plenty of other sites. It even seems to be a supported feature in JS through either the route I’m doing or through window.location, which wix doesn’t support for some reason. Why can’t wix do it?