Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Your answer is close to that I'm searching for. Itried it in Home.js with:
else
{
window.location="https://isap.de/";
}
But then I can not return to my expirience. I only can scan it again. When using the hyperlink widget, there is an icon to return to the expirience.
How has the js code to look like, when i want the behavior of the hyperlink widget?
One alternative could be making the hyperlink widget look like a button by adding some css to it. Or you can use the "button" class under the Hyperlink widget Properties as shown below:
Hope this helps!
You can see how to use CSS and mentioned by @ytella in this post: How to attach link to the image button widget?