2011-08-12 09:05:13.560 mhn-iphone[2569:707] Device initialization: DeviceInfo = {"name":"iPad de Yann Ferréol","uuid":"b55ea1fd437c79e790d004919d233e65591a529d","platform":"iPad","gap":"1.0.0","version":"4.3.3","connection":{"type":"wifi"}};
[Switching to process 13827 thread 0x0]
[Switching to process 12035 thread 0x0]
warning: UUID mismatch detected with the loaded library - on disk is:
/xcode4/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J3)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib
function loadNews(){
$('#news').load('src/html/' + LANG + '/main/news.html');
$('#newsDetail').load('src/html/' + LANG + '/main/newsDetail.html');
var networkState = navigator.network.connection.type;
if(networkState != Connection.NONE && networkState != Connection.UNKNOWN){
//Connexion OK
doLoadNews();
}else{
//Pas de connexion
noConnectionError();
}
$('#home').load('src/html/' + LANG + '/main/accueil.html', "", ajaxError);
jQT.goTo('#home', 'slide');
--
Med venlig hilsen / Kind regards
Tue Topholm
Sugee
Tlf: +45 32 13 32 32
W: http://www.sugee.dk
2011/8/12 Yann Ferréol <yann.f...@gmail.com>:
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
>