Good evening, i'm doing an app Where i put this code:
<script>
function onDeviceReady(){
intel.xdk.device.hideSplashScreen();
}
document.addEventListener("intel.xdk.device.ready", onDeviceReady, false);
function test(){
alert("Executed from child browser")
}
function ListinoGruppi(){
intel.xdk.device.showRemoteSite("https://www.dropbox.com/s/9t0q95of8e7i8hh/Listino%20Gruppi%20di%20acquis...", 280, 20, 40, 40);
}
but the web viewer don't show me the pdf file located in dropbox site.
can you help me??