Please help me, app rejected due to content not loading?
Hello! Working on it. Sorry for delay.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello! Working on it. Sorry for delay.
thanks ![]()
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.