function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
niki4810niki4810 

AMD version of cardova.force.js

Hi,

 

I am currently researching on developing hybrid mobile apps using salesforce sdk and I am following the code in this example :

http://wiki.developerforce.com/page/Developing_Hybrid_Apps_with_the_Salesforce_Mobile_SDK

 

I notice that cardova.force.js shown in the example is a main library that has a bunch of api's for handling oAuth, bootstraping the application, etc..

 

Is there an AMD version of the same library or has anyone tried to convert this into an AMD module? It would be very helpful if we have an AMD version of it. so that it would directly plugged into projects that have a AMD setup using requireJS.

 

Thanks,

 

Nikhil

Gaurav KheterpalGaurav Kheterpal
I am pretty sure there is no AMD module for it at the moment. However, can you please post if you tried running this on AMD and ran into any specific issues that we can help with?