Hi,I have build and installed the basic app with angular js and phone
gap using AEM 6 phone gap app feature and it works fine.Now I am adding
couple of plugins like SQLite, but it's not working for me.On further
analysis, I found that, www folder will be copied into application
Library folder in IOS and from there app is executed.While copying so,
my plugin files (SQLite plugin) is not copied into the Library which
makes cordova not firing the device ready event. when i copy it manually
everythi...