Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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?