Hello! Working on it. Sorry for delay.
Hello! Working on it. Sorry for delay.
Hi Denise,
To open link on browser you can use the following code:
codeif (navigator.app !== undefined) {
navigator.app.loadUrl(Tiggzi('mobilelink1_17').attr('href'), { openExternal:true } );
} else {
window.open(Tiggzi('mobilelink1_17').attr('href'), '_system');
}
event.preventDefault();
return false;/code
This example will work on both Android and iOS.
Hi, thanks. Do I need to test this on a phone to see it working? As it doesn't work when testing in the browser?
Hello! Yes, Please test it on real device.