Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9233

Re: SAPUI5 App Packaging with Phonegap in Android Device in Eclipse Juno

$
0
0

Hi,

 

Increase the loadUrlTimeoutValue from 60000 to 100000 or some other value until you get the response without getting any error.

 

Otherwise Try like this.

 

  1. Rename your index.html to main.html
  2. Create a new(dummy) 'index.html' that only have to redirect to the 'main.html'

 

Content of new 'index.html'

 

<!doctype html>
<html>
<head>
<title>tittle</title>
<script>
window.location='./main.html';
</script>
<body>
</body>
</html>

 

Thanks&Regards

Sridevi


Viewing all articles
Browse latest Browse all 9233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>