Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Hello! Working on it. Sorry for delay.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

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

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.

Denise
Posts: 0
Joined: Wed Jan 30, 2013 5:59 am

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

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Hello! Yes, Please test it on real device.

Return to “Issues”