"wixLocation.to" doesn't work on the smartphone

Hi, the following code not works when I access the site with my mobile phone (iPhone), instead on the pc it’s ok.

export function table1_click(event, $w) {
	
	$w("#dataset2").onReady(function () {

		wixLocation.to("https://cdambrox.wixsite.com/superbet/SQUADRE/"+$w("#dataset2").getCurrentItem()['squadre']);
	});	
}

can you help me?

P.S.
I can not refer to the collection field because I frequently import the collection and therefore I have to delete it every time.

Thanks
Claudio