Page 3 of 3

Please help me, app rejected due to content not loading?

Posted: Wed Mar 13, 2013 4:11 pm
by Maryna Brodina

Hello! Working on it. Sorry for delay.


Please help me, app rejected due to content not loading?

Posted: Wed Mar 13, 2013 5:09 pm
by Denise

thanks :-)


Please help me, app rejected due to content not loading?

Posted: Wed Mar 13, 2013 9:23 pm
by Kateryna Grynko

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.


Please help me, app rejected due to content not loading?

Posted: Wed Mar 13, 2013 10:38 pm
by Denise

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?


Please help me, app rejected due to content not loading?

Posted: Thu Mar 14, 2013 6:13 am
by Maryna Brodina

Hello! Yes, Please test it on real device.