Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Updating phonegap version
Browse files Browse the repository at this point in the history
  • Loading branch information
imhotep committed Jan 24, 2012
1 parent e608139 commit 74e3f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Device.cpp
Expand Up @@ -52,7 +52,7 @@ Device::SetDeviceInfo() {


if(r == E_SUCCESS) { if(r == E_SUCCESS) {
String res; String res;
res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',phonegap:'0.9.5',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',phonegap:'1.4.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());
//AppLogDebug("%S", res.GetPointer()); //AppLogDebug("%S", res.GetPointer());
pWeb->EvaluateJavascriptN(res); pWeb->EvaluateJavascriptN(res);
} }
Expand Down

0 comments on commit 74e3f3d

Please sign in to comment.