Integrating Phonegap and AEM 6 (including third party libraries)
Hello newbe here,
I am trying to create a brand new Phonegap app and insert in the pages some of the components I have just created. So basically I am working over the project Bruce Lefebvre made in this page: https://github.com/blefebvre/aem-phonegap-starter-kit
I have been able to run this app in my iOS emulator and everything seems to work fine, but when I add my components (which are using some external libraries like jQuery and PathFinding.js ) seems to be like the libraries are not being loaded.
So that is basically my problem, how can I set the libraries in order to get them loaded when the app runs?
PD: The way I indicate the libraries in my *.jsp files is by adding this line <cq:includeClientLib categories="jquery"/>
PD2: I am able to load the libraries and making everything work fine at the author instance, loading the pages directly from Chrome.