Hi
I am trying to create an android application. The only thing I am doing is
phoneui.documentReadyHandler = function() {
phoneui.showURL("http://www.google.com", "_self");
}
Initially test center showed this correctly for once or twice. Later on it shows loading but things never get loaded at all.
I tried to create an apk also, with network communication permissions. Same things are happening over there.
All i want to create a native app, that loads the mobile version of site within itself. Thanks.
Things are getting too slow with each update (of mobione) , like the changes in javascript files are not detected properly. I need to restart the application most of the times. And in chrome web browser everything works perfect!