Question

Has anyone been successful with the integration of Phonegap in Bada? I am using SDK 2.0.4 and have tried the project app available here (https://github.com/cordova/cordova-bada) but keep getting this error:

TypeError: 'undefined' is not an object (evaluating 'window.device.uuid') at line 1 loaded from file 

I don't understand why the Phonegap website indicates that Bada is supported...

Was it helpful?

Solution

Please take a look at https://github.com/imhotep/cordova-wac and try to import it in your Bada 2.0 IDE and deploy it to your device and/or emulator.

It comes with a sample app that should provide you with a starting point

This will ship with Cordova 1.7.0

Hope that helps

OTHER TIPS

The current release of Phonegap / Cordova does not work with Bada 2.0+ They are working on a PhoneGap/Cordova wrapper for the WAC specification http://specs.wacapps.net/ which is supported by Bada 2.0.

You can use SDK 1.2 to build Phonegap apps for Bada. They will work on newer devices too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top