Hi,
I’ve put this and it seems to work when we “click” in mobile, but it works like one in two. When I come back to the page, one button doesn’t work anymore and when I try the other one and come back it works again but the other button doesn’t work :C
Desktop version is 100% functionnal.
I’m new with this code, did I make a mistake ?
Thank you in advance
Melvin A.
import wixLocation from 'wix-location';
export function iconButton59_mouseIn(event) {
$w("#image181").show();
wixLocation.to("/page1")
}
export function button67_mouseIn(event) {
//Add your code for this event here:
$w("#image181").show();
wixLocation.to("/page2")
}
export function button119_mouseIn(event) {
$w("#image181").show();
wixLocation.to("/page3")
}
export function button131_mouseIn(event) {
$w("#image181").show();
wixLocation.to("/page4")
}